2 writes to ReturnUrl
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
RemoteAuthenticatorViewCore.cs (2)
209AuthenticationState.ReturnUrl = returnUrl; 288AuthenticationState.ReturnUrl = returnUrl;
2 references to ReturnUrl
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
RemoteAuthenticatorViewCore.cs (2)
366if (state?.ReturnUrl != null) 368return state.ReturnUrl;