The pre-login ?access=requested (and ?verify/?reset) lingered in the address bar after login. Strip the query string on auth (the logged-in app reads nothing from the URL); Welcome still reads its params while logged out. stripUrlParams now preserves history.state so it's safe to call after the in-app page stamp. |
||
|---|---|---|
| .. | ||
| public/welcome | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||