lusa-back-planner/src
Vadym Samoilenko 4d04d4b251 Add basename to BrowserRouter to fix 404 after login on server
BrowserRouter without a basename sees /lusa-Back-Planner/ as the pathname,
which doesn't match route path="/", so React Router falls to NotFound.
Using import.meta.env.BASE_URL (set by Vite's base config) fixes both
prod and dev environments.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 12:04:28 +00:00
..
components Switch MSAL login from redirect to popup 2026-03-16 11:49:21 +00:00
hooks Initial commit: LUSA Back Planner 2026-03-06 13:25:24 -05:00
lib Explicitly set redirectUri in loginRequest for popup 2026-03-16 11:58:13 +00:00
pages Initial commit: LUSA Back Planner 2026-03-06 13:25:24 -05:00
test Initial commit: LUSA Back Planner 2026-03-06 13:25:24 -05:00
App.css Initial commit: LUSA Back Planner 2026-03-06 13:25:24 -05:00
App.tsx Add basename to BrowserRouter to fix 404 after login on server 2026-03-16 12:04:28 +00:00
index.css add msal sso-page and env 2026-03-13 08:32:11 +05:30
main.tsx Fix MSAL interaction_in_progress and redirect URI mismatch 2026-03-16 11:46:41 +00:00
vite-env.d.ts Initial commit: LUSA Back Planner 2026-03-06 13:25:24 -05:00