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