Первая загрузка
This commit is contained in:
11
src/Otchinslator/Components/Layout/OtchislenieLayout.razor
Normal file
11
src/Otchinslator/Components/Layout/OtchislenieLayout.razor
Normal file
@@ -0,0 +1,11 @@
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
@inherits LayoutComponentBase
|
||||
@attribute [Authorize] // НЕ РАБОТАЕТ
|
||||
|
||||
<div class="flex items-center accent-error justify-center min-h-screen font-roboto text-primary-content">
|
||||
|
||||
@Body
|
||||
|
||||
<NavMenu/>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user