Permalink
Browse files

Merge pull request #31 from whoiskevinrich/patch-1

Update accountcontroller
  • Loading branch information...
2 parents 8a3a9f8 + 2beb500 commit e24a8877e819671223d0f3d56f0434a73ed8244b @danieldobalian danieldobalian committed Jul 19, 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 e24a887

Please sign in to comment.