Fix typo in Blazor code example (#18535)

pull/18536/head
Luke Latham 2020-05-28 09:51:32 -05:00 committed by GitHub
parent 39fb77d0ba
commit 00f96f047c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]