3821914cf5
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m6s
Update Login component to use Blazor Server instead of WebAssembly rendering mode for consistency with the admin UI architecture. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
7 lines
221 B
Plaintext
7 lines
221 B
Plaintext
@page "/admin/login"
|
|
@layout TaxBaik.Web.Components.Admin.Layout.BlankLayout
|
|
@attribute [AllowAnonymous]
|
|
@rendermode @(new InteractiveServerRenderMode(prerender: true))
|
|
<PageTitle>로그인</PageTitle>
|
|
<AdminLoginForm />
|