reintroduce microsoft login. upgrade a bunch of stuff.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
@page "/authentication/{action}"
|
||||
@using Microsoft.AspNetCore.Components.WebAssembly.Authentication
|
||||
@*<RemoteAuthenticatorView Action="@Action" />*@
|
||||
|
||||
<RemoteAuthenticatorView Action="@Action" />
|
||||
@code{
|
||||
[Parameter] public string? Action { get; set; }
|
||||
// https://github.com/dotnet/aspnetcore/blob/main/src/Components/WebAssembly/WebAssembly.Authentication/src/Models/RemoteAuthenticationActions.cs
|
||||
// https://github.com/dotnet/aspnetcore/blob/7c810658463f35c39c54d5fb8a8dbbfd463bf747/src/Components/WebAssembly/WebAssembly.Authentication/src/RemoteAuthenticatorViewCore.cs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user