fix(auth): session persists on reload (gate redirect on boot-ready) #7

Merged
tanweer919 merged 1 commits from feat/login-methods into goutamnextflow 2026-07-12 21:05:21 +00:00

1 Commits

Author SHA1 Message Date
tanweer919 64be4b9b3f fix(auth): don't redirect from dashboard until SDK boot completes
AuthGate redirected to /portal/login whenever status !== authenticated, which
during boot (before restore() resolves) dropped a valid session on reload. Gate
the redirect on useAppShell().ready so we only bounce once auth has resolved.
2026-07-13 02:35:13 +05:30