From 7f204a0bad4b571963d4a125f5ffa28db8b58097 Mon Sep 17 00:00:00 2001 From: saluce65 Date: Wed, 5 Jun 2019 14:53:42 -0500 Subject: [PATCH] Update logout.component.ts --- .../ClientApp/src/api-authorization/logout/logout.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/api-authorization/logout/logout.component.ts b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/api-authorization/logout/logout.component.ts index d58362c711..d9402f007e 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/api-authorization/logout/logout.component.ts +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/api-authorization/logout/logout.component.ts @@ -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: