8 references to ErrorMessage
Microsoft.AspNetCore.Components.WebAssembly.Authentication (8)
RemoteAuthenticatorViewCore.cs (8)
234Log.LoginFailed(Logger, result.ErrorMessage!); 236Navigation.NavigateTo(ApplicationPaths.LogInFailedPath, AuthenticationNavigationOptions with { HistoryEntryState = result.ErrorMessage }); 268Log.LoginCallbackFailed(Logger, result.ErrorMessage!); 272AuthenticationNavigationOptions with { HistoryEntryState = result.ErrorMessage }); 318Log.LogoutFailed(Logger, result.ErrorMessage!); 320Navigation.NavigateTo(ApplicationPaths.LogOutFailedPath, AuthenticationNavigationOptions with { HistoryEntryState = result.ErrorMessage }); 356Log.LogoutCallbackFailed(Logger, result.ErrorMessage!); 357Navigation.NavigateTo(ApplicationPaths.LogOutFailedPath, AuthenticationNavigationOptions with { HistoryEntryState = result.ErrorMessage });