develop #8

Merged
rajukottedi merged 22 commits from develop into master 2026-02-16 10:40:47 +05:30
Showing only changes of commit 2bed3b6438 - Show all commits

View File

@ -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> {