This commit is contained in:
Eduard Tihomirov 2024-10-24 16:29:01 +03:00
parent 1b6fbd8683
commit 5e688919a5

View file

@ -22,6 +22,6 @@ export class AuthenticationService {
} }
public isAuthenticated(): boolean { public isAuthenticated(): boolean {
return this.cookieService.get('webbpm.ervu-lkrp-ul') != null; return this.cookieService.get('webbpm.ervu-lkrp-fl') != null;
} }
} }