Files
taxbaik/src
kjh2064 21a2225df7 fix: restore WASM login page with correct routing configuration
- Restore admin/index.html to working state (relative script paths)
- Ensure MapRazorComponents + MapFallbackToFile combination
- Fix admin page routes to use relative paths (without /admin prefix)
- Add password reset API endpoint for admin account management
- Verify WASM bootstrap and login form rendering works correctly
- All admin pages now properly routed through WASM rendering pipeline

Server verification:
 HTML renders with login form correctly
 blazor.webassembly.js loads successfully
 admin-session.js binds form events
 No server-side errors in logs

Note: Client-side caching may require browser refresh (Ctrl+Shift+Delete)
to see latest WASM updates.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-04 20:35:24 +09:00
..