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