We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761435b commit 1de985bCopy full SHA for 1de985b
src/main/typescript/app/core/store/auth/auth.service.ts
@@ -11,7 +11,7 @@ import {LocalStorage} from 'ng2-webstorage';
11
@Injectable()
12
export class AuthService {
13
14
- @LocalStorage("token")
+ @LocalStorage('token')
15
private jwtToken: string;
16
17
private authenticated$: Observable<boolean>;
0 commit comments