Skip to content

Commit fd78d91

Browse files
committed
Make sure authService.logout is called
1 parent 778da5d commit fd78d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/header/header.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class HeaderComponent implements OnInit {
108108
this.app.isLogin = false;
109109
this.authGuard.isLogin = false;
110110

111-
//const logoutURL = this.authService.logout();
111+
const logoutURL = this.authService.logout();
112112

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

0 commit comments

Comments
 (0)