diff --git a/common/src/services/token.service.ts b/common/src/services/token.service.ts index 4147e480..c541c030 100644 --- a/common/src/services/token.service.ts +++ b/common/src/services/token.service.ts @@ -68,7 +68,6 @@ export class TokenService implements TokenServiceAbstraction { if ((timeout != null || timeout === 0) && action === 'logOut') { // if we have a vault timeout and the action is log out, reset tokens await this.clearToken(); - return; } await this.setToken(token);