Skip to content

Commit

Permalink
test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
wg102 committed Mar 28, 2024
1 parent e844122 commit aaada07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/centraldashboard/public/components/landing-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export class LandingPage extends mixinBehaviors([AppLocalizeBehavior], utilities
super.ready();
}

_onUserDetails() {
console.log('me ' + this.user);
_onUserDetails(d) {
console.log('me ' + d);
console.log('Use dertail ' + this.userDetails);
this.emailAddress = this.userDetails;
console.log('email ' + this.emailAddress);
Expand Down

0 comments on commit aaada07

Please sign in to comment.