Skip to content

Commit 1de985b

Browse files
committed
chore(frontend): fix lint error
1 parent 761435b commit 1de985b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/typescript/app/core/store/auth/auth.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {LocalStorage} from 'ng2-webstorage';
1111
@Injectable()
1212
export class AuthService {
1313

14-
@LocalStorage("token")
14+
@LocalStorage('token')
1515
private jwtToken: string;
1616

1717
private authenticated$: Observable<boolean>;

0 commit comments

Comments
 (0)