Skip to content

Commit 42aa032

Browse files
committed
fix spacing
1 parent a888f3c commit 42aa032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/authentication/configure-oidc-web-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public class LogoutModel : PageModel
159159
{
160160
RedirectUri = "/SignedOut"
161161
},
162-
// Clear auth cookie
162+
// Clear auth cookie
163163
CookieAuthenticationDefaults.AuthenticationScheme,
164164
// Redirect to OIDC provider signout endpoint
165165
OpenIdConnectDefaults.AuthenticationScheme);

0 commit comments

Comments
 (0)