Mark task 13.3 complete: Wire signOut() in user menu

The signOut() function in src/components/user-menu.tsx is already correctly
configured with callbackUrl: '/login' to destroy the session and redirect
to the login page. Verified implementation is complete.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marko Djordjevic 2026-02-20 13:42:57 +01:00
parent fe68eca773
commit b9f6770f2a

View file

@ -77,7 +77,7 @@
- [x] 13.1 `[sonnet]` Create user menu component: avatar/initial, dropdown with "Settings" and "Sign Out" links
- [x] 13.2 `[haiku]` Add settings gear icon to sidebar (near theme toggle)
- [ ] 13.3 `[haiku]` Wire `signOut()` in user menu to destroy session and redirect to `/login`
- [x] 13.3 `[haiku]` Wire `signOut()` in user menu to destroy session and redirect to `/login`
## 14. ML Service User Scoping