수정: 빌드 오류 해결 (PageModel 네임스페이스, Blazor 문법, 응답 압축)
- @model 선언에 정확한 네임스페이스 지정 - Snackbar 호출 수정 (MudBlazor 6.x 호환) - GzipCompressionProvider import 추가 - Dashboard Color.TextSecondary 제거 - Admin App.razor MUI CSS 제거 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@using System.ComponentModel.DataAnnotations
|
||||
@using Microsoft.AspNetCore.Authentication
|
||||
@using Microsoft.AspNetCore.Authentication.Cookies
|
||||
@layout BlankLayout
|
||||
@layout TaxBaik.Admin.Components.Layout.BlankLayout
|
||||
@attribute [AllowAnonymous]
|
||||
|
||||
<PageTitle>로그인</PageTitle>
|
||||
|
||||
Reference in New Issue
Block a user