fix: improve login flow with extended wait time

- Update login.html to wait 4 seconds before dashboard redirect
- Give Blazor time to initialize and read auth token from localStorage
- Simplify redirect flow (remove auth-redirect.html)
- Fix token storage in localStorage for auth state

Issue: Dashboard access still redirecting to /not-found
Root cause: Token from static HTML not being picked up by Blazor auth
Next steps: Implement server-side cookie-based auth or refactor to Blazor login

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-07-06 00:57:03 +09:00
parent 196570c0de
commit b580633eac
8 changed files with 162 additions and 348 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB