2024-05-30 01:06:08 +00:00
|
|
|
@page "/"
|
2024-05-31 13:16:09 +00:00
|
|
|
@inject CustomAuthenticationStateProvider AuthStateProvider;
|
2024-05-30 01:06:08 +00:00
|
|
|
|
2024-05-31 13:16:09 +00:00
|
|
|
<h1><i data-emoji="👋"></i> Hello, lol!</h1>
|
|
|
|
<a @onclick='() => AuthStateProvider.Logout()'>Logout</a>
|
2024-05-30 01:06:08 +00:00
|
|
|
|
|
|
|
Welcome to your new app.
|