Skip to content

Commit 9bd1460

Browse files
committed
Clean up
1 parent 5b9b3cd commit 9bd1460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/WebAssembly/WebAssembly.Authentication/src/NavigationManagerExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static void NavigateToLogout(this NavigationManager manager, string logou
3838
request = new InteractiveRequestOptions
3939
{
4040
Interaction = InteractionType.SignOut,
41-
ReturnUrl = returnUrl!
41+
ReturnUrl = returnUrl
4242
};
4343
}
4444

0 commit comments

Comments
 (0)