mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-03 03:28:25 -05:00
17 lines
352 B
Plaintext
17 lines
352 B
Plaintext
@inherits LayoutComponentBase
|
|
|
|
<CascadingAuthenticationState>
|
|
<AuthorizeView>
|
|
<Authorized>
|
|
<main>
|
|
@Body
|
|
</main>
|
|
</Authorized>
|
|
<NotAuthorized>
|
|
<main>
|
|
@Body
|
|
</main>
|
|
</NotAuthorized>
|
|
</AuthorizeView>
|
|
</CascadingAuthenticationState>
|