We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0c0c42 + 7c0d33f commit b2220d4Copy full SHA for b2220d4
1 file changed
src/app/header/header.component.ts
@@ -108,15 +108,14 @@ export class HeaderComponent implements OnInit {
108
this.app.isLogin = false;
109
this.authGuard.isLogin = false;
110
111
- const logoutURL = this.authService.logout();
+ //const logoutURL = this.authService.logout();
112
113
// TODO: Implement when only Login.gov is used
114
- if (loginMethod === 'login.gov') {
115
- window.location.href = logoutURL;
116
- }
117
- else {
118
- this.router.navigateByUrl('auth').then();
119
+ //if (loginMethod === 'login.gov') {
+ // window.location.href = logoutURL;
+ //}
+ this.router.navigateByUrl('auth').then();
+
120
121
}
122
0 commit comments