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:
parent
fe68eca773
commit
b9f6770f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue