添加项目文件。
This commit is contained in:
7
TechHelper.Client/Pages/Authentication.razor
Normal file
7
TechHelper.Client/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