We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8648ee7 commit 000e8c6Copy full SHA for 000e8c6
src/Components/Blazor/WebAssembly.Authentication/src/RemoteAuthenticatorViewCore.cs
@@ -287,6 +287,10 @@ private async Task ProcessLogOut(string returnUrl)
287
throw new InvalidOperationException($"Invalid authentication result status '{result.Status ?? "(null)"}'.");
288
}
289
290
+ else
291
+ {
292
+ Navigation.NavigateTo(returnUrl);
293
+ }
294
295
296
private async Task ProcessLogOutCallback()
0 commit comments