fix: remove MudThemeProvider from Login.razor to prevent duplicates
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m0s
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user