Compare commits
2 Commits
7d707051d5
...
2bed3b6438
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bed3b6438 | |||
| 7d63845951 |
@ -111,7 +111,7 @@ export class AuthService {
|
||||
this.http.post<void>(this.api('/api/v1/auth/logout'), {}).subscribe();
|
||||
this.accessToken = null;
|
||||
this.safeRemoveToken();
|
||||
this.router.navigate(['/admin/login']);
|
||||
this.router.navigateByUrl('login');
|
||||
}
|
||||
|
||||
refreshToken(): Observable<RefreshTokenResponse> {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user