Skip to content

Commit

Permalink
Make sure authService.logout is called
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckinghamAJ committed Apr 23, 2024
1 parent 778da5d commit fd78d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/header/header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class HeaderComponent implements OnInit {
this.app.isLogin = false;
this.authGuard.isLogin = false;

//const logoutURL = this.authService.logout();
const logoutURL = this.authService.logout();

// TODO: Implement when only Login.gov is used
//if (loginMethod === 'login.gov') {
Expand Down

0 comments on commit fd78d91

Please sign in to comment.