fix: remove MudThemeProvider from Login.razor to prevent duplicates
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m0s

App.razor already provides MudThemeProvider globally.
Login.razor inheriting from BlankLayout should not redefine it.

This fixes the 'Duplicate MudPopoverProvider detected' error that was
preventing Blazor circuit from establishing and blocking login.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-28 12:28:46 +09:00
parent 223f365dfd
commit 73a564c307
@@ -9,8 +9,6 @@
<PageTitle>로그인</PageTitle>
<MudThemeProvider />
<MudContainer MaxWidth="MaxWidth.Small" Class="admin-login-page d-flex align-center justify-center" Style="min-height: 100vh;">
<MudPaper Class="pa-8" Elevation="3" Style="width: 100%; max-width: 400px;">
<MudText Typo="Typo.h4" Class="mb-6 text-center">관리자 로그인</MudText>