mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-06 13:11:13 -07:00
fixed (#4833)
This commit is contained in:
parent
fd1b2ba2ab
commit
e98f71f8ff
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export class AuthService extends ServiceHelpers {
|
||||||
}
|
}
|
||||||
|
|
||||||
public loggedIn() {
|
public loggedIn() {
|
||||||
const token: string = this.jwtHelperService.tokenGetter();
|
const token = this.jwtHelperService.tokenGetter() as string;
|
||||||
|
|
||||||
if (!token) {
|
if (!token) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue