feat: force reload if logout
This commit is contained in:
parent
3be7561c3c
commit
4d40a6f475
|
@ -63,5 +63,6 @@ export class Authentication {
|
|||
TokenUtil.clearAccessToken();
|
||||
TokenUtil.persistToken();
|
||||
this.isLoggedIn = false;
|
||||
window.location.reload();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user