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(frontend): use localStorage as the single source of truth for network toggle
The previous version wrote both a ?net= URL param and localStorage, which could
desync (e.g. remove the param, reload, and the localStorage value still forced
the other network). Drop the URL param entirely: read the active network from
localStorage (fallback to the build's network) and persist the explicit choice
on switch, then reload. Verified both directions survive a manual reload.
0 commit comments