max thinks that i suck

urls
FlayInAHook 4 years ago
parent 99f6795ee1
commit 80771eded3

@ -15,7 +15,6 @@ export class SidenavProfileComponent implements OnInit {
ngOnInit() { ngOnInit() {
this.auth.currentUser.subscribe(user => { this.auth.currentUser.subscribe(user => {
console.log("change " + JSON.stringify(user));
if (user !== null){ if (user !== null){
this.name = user.user.name; this.name = user.user.name;
this.email = user.user.email; this.email = user.user.email;

Loading…
Cancel
Save