Gordon Pedersen
5fb95c8305
Unfortunately it does not refresh at first login. Have to figure out how to make it refresh
7 lines
No EOL
205 B
Text
7 lines
No EOL
205 B
Text
@page "/"
|
|
@inject CustomAuthenticationStateProvider AuthStateProvider;
|
|
|
|
<h1><i data-emoji="👋"></i> Hello, lol!</h1>
|
|
<a @onclick='() => AuthStateProvider.Logout()'>Logout</a>
|
|
|
|
Welcome to your new app. |