mod AuthTest
This commit is contained in:
parent
1186764cba
commit
d74cdb678d
|
|
@ -47,7 +47,12 @@ else
|
|||
<LogoutButton/>
|
||||
</AuthorizeView>
|
||||
|
||||
|
||||
@if(AuthState.Value != null)
|
||||
{
|
||||
<ul>
|
||||
<li>ClubViewer: @AuthState.Value.IsClubViewer</li>
|
||||
</ul>
|
||||
}
|
||||
<MudButton OnClick="Test">TEST</MudButton>
|
||||
@code {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue