Fix admin route component boundary
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m5s

This commit is contained in:
2026-07-02 17:57:19 +09:00
parent e65612def8
commit d45dbbc06d
3 changed files with 3 additions and 18 deletions
@@ -1,6 +1,6 @@
@page "/admin/login"
@layout TaxBaik.Web.Components.Admin.Layout.BlankLayout
@attribute [AllowAnonymous]
@rendermode @(new InteractiveServerRenderMode(prerender: true))
@rendermode @(new InteractiveWebAssemblyRenderMode(prerender: true))
<PageTitle>로그인</PageTitle>
<AdminLoginForm />