fix: change Login.razor to use InteractiveServerRenderMode
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m6s
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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
@page "/admin/login"
|
@page "/admin/login"
|
||||||
@layout TaxBaik.Web.Components.Admin.Layout.BlankLayout
|
@layout TaxBaik.Web.Components.Admin.Layout.BlankLayout
|
||||||
@attribute [AllowAnonymous]
|
@attribute [AllowAnonymous]
|
||||||
@rendermode @(new InteractiveWebAssemblyRenderMode(prerender: true))
|
@rendermode @(new InteractiveServerRenderMode(prerender: true))
|
||||||
<PageTitle>로그인</PageTitle>
|
<PageTitle>로그인</PageTitle>
|
||||||
<AdminLoginForm />
|
<AdminLoginForm />
|
||||||
|
|||||||
Reference in New Issue
Block a user