You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(oauth-web): start onboarding before login to avoid home-feed flash
On web OAuth signup, onboarding was started AFTER login(). Since persisted
onboarding defaults to 'Home' (inactive) for a new account and login() never
touches onboarding state, the shell rendered the default home feed for ~1-2s in
the gap between the session appearing and onboarding starting. Start onboarding
before login() so it's already active the instant the session appears.
0 commit comments