4 references to LogOutFailedPath
Microsoft.AspNetCore.Components.WebAssembly.Authentication (4)
RemoteAuthenticatorViewCore.cs (4)
284
Navigation.NavigateTo(ApplicationPaths.
LogOutFailedPath
, AuthenticationNavigationOptions with { HistoryEntryState = "The logout was not initiated from within the page." });
319
Log.NavigatingToUrl(Logger, ApplicationPaths.
LogOutFailedPath
);
320
Navigation.NavigateTo(ApplicationPaths.
LogOutFailedPath
, AuthenticationNavigationOptions with { HistoryEntryState = result.ErrorMessage });
357
Navigation.NavigateTo(ApplicationPaths.
LogOutFailedPath
, AuthenticationNavigationOptions with { HistoryEntryState = result.ErrorMessage });