Merge pull request #10918 from saluce65/patch-2

Update logout.component.ts
This commit is contained in:
Ryan Brandenburg 2019-06-05 14:08:01 -07:00 committed by GitHub
commit 1c9d7e4671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export class LogoutComponent implements OnInit {
switch (result.status) {
case AuthenticationResultStatus.Redirect:
// We replace the location here so that in case the user hits the back
// arrow from within the IdP he doesn't get into an infinite redirect loop.
// arrow from within the IdP they don't get into an infinite redirect loop.
window.location.replace(result.redirectUrl);
break;
case AuthenticationResultStatus.Success: