Fix typo in Blazor code example (#18535)
parent
39fb77d0ba
commit
00f96f047c
|
@ -453,7 +453,7 @@ During an authentication operation, there are cases where you want to save the a
|
|||
|
||||
<RemoteAuthenticatorViewCore Action="@Action"
|
||||
AuthenticationState="AuthenticationState" OnLogInSucceeded="RestoreState"
|
||||
OnLogoutSucceded="RestoreState" />
|
||||
OnLogOutSucceeded="RestoreState" />
|
||||
|
||||
@code {
|
||||
[Parameter]
|
||||
|
|
Loading…
Reference in New Issue