1 write to RemoteRegisterPath
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
Options\DefaultApiAuthorizationOptionsConfiguration.cs (1)
17
options.AuthenticationPaths.
RemoteRegisterPath
??= "Identity/Account/Register";
2 references to RemoteRegisterPath
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
RemoteAuthenticatorViewCore.cs (2)
182
if (ApplicationPaths.
RemoteRegisterPath
== null)
401
var registerUrl = Navigation.ToAbsoluteUri(ApplicationPaths.
RemoteRegisterPath
).AbsoluteUri;