Update auth.service log message for clarity when saving user claims
This commit is contained in:
parent
c536bfbf30
commit
16cc57d774
|
|
@ -109,7 +109,7 @@ export class AuthService {
|
|||
localStorage.setItem('jwt', jwt);
|
||||
|
||||
const claims = this.extractJwtClaims(jwt);
|
||||
console.log("User claims: ", claims);
|
||||
console.log("Saving user claims: ", claims);
|
||||
this.userClaimsSubject.next(claims);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user