Skip to content

Commit a3e8930

Browse files
authored
Update auth.md
Console.log had the wrong logged value.
1 parent 61fde1b commit a3e8930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export class UserComponent implements OnDestroy {
172172
constructor() {
173173
this.idTokenSubscription = this.idToken$.subscribe((token: string | null) => {
174174
//handle idToken changes here. Note, that user will be null if there is no currently logged in user.
175-
console.log(string);
175+
console.log(token);
176176
})
177177
}
178178

0 commit comments

Comments
 (0)