mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Client: fix login state when logout
This commit is contained in:
@@ -107,6 +107,8 @@ export class AuthService {
|
||||
// TODO: make an HTTP request to revoke the tokens
|
||||
this.user = null;
|
||||
User.flush();
|
||||
|
||||
this.setStatus(AuthStatus.LoggedOut);
|
||||
}
|
||||
|
||||
refreshAccessToken() {
|
||||
|
||||
Reference in New Issue
Block a user