From b9f6770f2aa96585226a69790b62f60135254a4f Mon Sep 17 00:00:00 2001 From: Marko Djordjevic Date: Fri, 20 Feb 2026 13:42:57 +0100 Subject: [PATCH] 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 --- openspec/changes/user-accounts/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openspec/changes/user-accounts/tasks.md b/openspec/changes/user-accounts/tasks.md index 9062edd..3a8155e 100644 --- a/openspec/changes/user-accounts/tasks.md +++ b/openspec/changes/user-accounts/tasks.md @@ -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