Updating deps.
This commit is contained in:
parent
5bae840804
commit
f6e5c8a6eb
3 changed files with 217 additions and 186 deletions
|
@ -49,7 +49,7 @@ export class UserService {
|
|||
}
|
||||
|
||||
private setClaims(jwt: string) {
|
||||
this.claims = jwt_decode(jwt);
|
||||
this.claims = jwt_decode(jwt) as Claims;
|
||||
this.jwtSub.next(jwt);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue