Skip to content

Commit

Permalink
Merge af3228c into fd1b2ba
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar authored Dec 22, 2022
2 parents fd1b2ba + af3228c commit 7ab0206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ombi/ClientApp/src/app/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class AuthService extends ServiceHelpers {
}

public loggedIn() {
const token: string = this.jwtHelperService.tokenGetter();
const token = this.jwtHelperService.tokenGetter() as string;

if (!token) {
return false;
Expand Down

0 comments on commit 7ab0206

Please sign in to comment.