da6058fb61
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m19s
Problem: Login.razor with prerender: true converts Blazor MudForm's @OnSubmit directive to static HTML form submit, which doesn't call HandleLogin C# method. Result: 'HandleLogin is not defined' ReferenceError. Solution: Set prerender: false for login page. WASM boots before rendering, so Blazor event handlers work correctly. Minor UX trade-off (brief spinner while WASM loads) is acceptable for full functionality. Result: Login form now properly invokes HandleLogin, updates authentication state, and navigates to dashboard. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>