multica/apps/web/features/auth
Jiayuan Zhang 5fba76f010
fix(web): remember last selected workspace after re-login (#435)
Stop clearing multica_workspace_id from localStorage on logout so it
persists as a preference hint. On fresh login, pass the stored ID to
hydrateWorkspace so the user returns to their last workspace instead
of always landing on the first one.
2026-04-06 01:18:44 +08:00
..
auth-cookie.ts feat(web): redirect logged-in users from / to /issues via server-side proxy 2026-04-01 18:20:57 +08:00
index.ts refactor(web): restructure to feature-based architecture with zustand stores 2026-03-24 16:08:36 +08:00
initializer.tsx feat(web): redirect logged-in users from / to /issues via server-side proxy 2026-04-01 18:20:57 +08:00
store.ts fix(web): remember last selected workspace after re-login (#435) 2026-04-06 01:18:44 +08:00