• 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
Name
Last commit
Last update
..
docs Loading commit data...
public Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
biome.json Loading commit data...
components.json Loading commit data...
index.html Loading commit data...
package.json Loading commit data...
pnpm-lock.yaml Loading commit data...
tsconfig.json Loading commit data...
vite.config.mts Loading commit data...