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