2 references to LogOutSucceededPath
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
RemoteAuthenticatorViewCore.cs (2)
193
await ProcessLogOut(GetReturnUrl(state: null, ApplicationPaths.
LogOutSucceededPath
));
349
var redirectUrl = GetReturnUrl(result.State, ApplicationPaths.
LogOutSucceededPath
);