Compare commits

..

No commits in common. "2bed3b6438317b993e4989bee808cfb8f63c8f6f" and "7d707051d5f2ebe149ce7252d47c6b13b31b7e94" have entirely different histories.

View File

@ -111,7 +111,7 @@ export class AuthService {
this.http.post<void>(this.api('/api/v1/auth/logout'), {}).subscribe(); this.http.post<void>(this.api('/api/v1/auth/logout'), {}).subscribe();
this.accessToken = null; this.accessToken = null;
this.safeRemoveToken(); this.safeRemoveToken();
this.router.navigateByUrl('login'); this.router.navigate(['/admin/login']);
} }
refreshToken(): Observable<RefreshTokenResponse> { refreshToken(): Observable<RefreshTokenResponse> {