• Steven's avatar
    fix(web): persist auth token in localStorage for cross-tab sessions · c3061002
    Steven authored
    Switch from sessionStorage to localStorage so the auth token survives
    across tabs and browser restarts, matching standard platform behavior.
    Also guard the signup redirect in App.tsx behind profileLoaded to avoid
    a false redirect when the instance profile fetch fails.
    c3061002
auth-state.ts 2.64 KB