1 write to RemoteProfilePath
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Options\DefaultApiAuthorizationOptionsConfiguration.cs (1)
18
options.AuthenticationPaths.
RemoteProfilePath
??= "Identity/Account/Manage";
2 references to RemoteProfilePath
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
RemoteAuthenticatorViewCore.cs (2)
171
if (ApplicationPaths.
RemoteProfilePath
== null)
413
Navigation.NavigateTo(Navigation.ToAbsoluteUri(ApplicationPaths.
RemoteProfilePath
).AbsoluteUri, new NavigationOptions { ReplaceHistoryEntry = true, ForceLoad = true });