fix
This commit is contained in:
parent
1b6fbd8683
commit
5e688919a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue