squash a bunch of commits
This commit is contained in:
7
Shogi.UI/Pages/Authentication.razor
Normal file
7
Shogi.UI/Pages/Authentication.razor
Normal file
@@ -0,0 +1,7 @@
|
||||
@page "/authentication/{action}"
|
||||
@using Microsoft.AspNetCore.Components.WebAssembly.Authentication
|
||||
@*<RemoteAuthenticatorView Action="@Action" />*@
|
||||
|
||||
@code{
|
||||
[Parameter] public string? Action { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user