fix(auth): complete Google OAuth after SDK boot #3

Merged
tanweer919 merged 1 commits from feat/login-methods into goutamnextflow 2026-07-12 20:01:53 +00:00

1 Commits

Author SHA1 Message Date
tanweer919 6e1a895e7e fix(auth): complete Google OAuth after SDK boot (was stuck on ?code=…#identify)
The OAuth-return effect ran on mount before AppShell finished booting, so
completeOAuthLogin no-oped (sdk.auth undefined → null) and fell back to identify,
never retrying. Gate it on useAppShell().ready so it runs once auth is up, and
strip ?code= from the URL on success.
2026-07-13 01:31:37 +05:30