Updating deps.

This commit is contained in:
Dessalines 2020-11-05 17:51:44 -06:00
parent 5bae840804
commit f6e5c8a6eb
3 changed files with 217 additions and 186 deletions

View file

@ -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);
}