fix: admin login interactivity and proxy publish
TaxBaik CI/CD / build-and-deploy (push) Failing after 3m15s

This commit is contained in:
2026-07-01 13:09:42 +09:00
parent a60451b95f
commit 6b11b64135
2 changed files with 2 additions and 1 deletions
@@ -1,6 +1,7 @@
@page "/admin/login"
@using System.ComponentModel.DataAnnotations
@layout TaxBaik.Web.Components.Admin.Layout.BlankLayout
@rendermode @(new InteractiveServerRenderMode(prerender: false))
@attribute [AllowAnonymous]
@inject IApiClient ApiClient
@inject NavigationManager NavigationManager