Permalink
Browse files

Update accountcontroller

Spacing fixed to avoid confusion
1 parent 3393b05 commit 2beb50039b258404fad9486d8b101dc143924444 @whoiskevinrich whoiskevinrich committed Jan 3, 2017
Showing with 2 additions and 2 deletions.
  1. +2 −2 WebApp-OpenIDConnect-DotNet/Controllers/AccountController.cs
@@ -49,5 +49,5 @@ public void EndSession()
// If AAD sends a single sign-out message to the app, end the user's session, but don't redirect to AAD for sign out.
HttpContext.GetOwinContext().Authentication.SignOut(CookieAuthenticationDefaults.AuthenticationType);
}
- }
-}
+ }
+}

0 comments on commit 2beb500

Please sign in to comment.