gtikraken sucks

urls
FlayInAHook 4 years ago
parent 6228a69b4b
commit 69b1fbada5

@ -19,6 +19,7 @@ export class SidenavProfileComponent implements OnInit {
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;
if (user.user.attributes !== null) return;
this.profileURL = user.user.attributes.profile_url; this.profileURL = user.user.attributes.profile_url;
} }
}); });

Loading…
Cancel
Save