aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/shared/auth/auth.service.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/shared/auth/auth.service.ts b/client/src/app/shared/auth/auth.service.ts
index 667fbeb1f..584298fff 100644
--- a/client/src/app/shared/auth/auth.service.ts
+++ b/client/src/app/shared/auth/auth.service.ts
@@ -107,6 +107,8 @@ export class AuthService {
107 // TODO: make an HTTP request to revoke the tokens 107 // TODO: make an HTTP request to revoke the tokens
108 this.user = null; 108 this.user = null;
109 User.flush(); 109 User.flush();
110
111 this.setStatus(AuthStatus.LoggedIn);
110 } 112 }
111 113
112 refreshAccessToken() { 114 refreshAccessToken() {