Files
Shogi/Shogi.UI/Pages/Authentication.razor

8 lines
213 B
Plaintext

@page "/authentication/{action}"
@using Microsoft.AspNetCore.Components.WebAssembly.Authentication
@*<RemoteAuthenticatorView Action="@Action" />*@
@code{
[Parameter] public string? Action { get; set; }
}