fix: harden ci restart and admin routing
TaxBaik CI/CD / build-and-deploy (push) Failing after 41s

This commit is contained in:
2026-06-27 02:31:08 +09:00
parent 9ba1887e1d
commit 6b8a5724fa
2 changed files with 3 additions and 5 deletions
@@ -19,16 +19,14 @@
style="width: 100%; min-height: 56px; padding: 16px 14px;"
placeholder="사용자명"
autocomplete="username"
@bind-Value="model.Username"
@bind-Value:event="oninput" />
@bind-Value="model.Username" />
<InputText type="password"
class="mud-input mud-input-outlined mud-input-root mud-input-root-adorned-start mb-4"
style="width: 100%; min-height: 56px; padding: 16px 14px;"
placeholder="비밀번호"
autocomplete="current-password"
@bind-Value="model.Password"
@bind-Value:event="oninput" />
@bind-Value="model.Password" />
@if (!string.IsNullOrEmpty(errorMessage))
{