Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
wg102 committed Apr 3, 2024
1 parent e18fb7b commit 12c6771
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export class LandingPage extends mixinBehaviors([AppLocalizeBehavior], utilities
}

_onUserDetails(d) {
console.log(this.userDetails);
this.emailAddress = this.userDetails;
const regex = new RegExp('[email protected]');
this.isStatcanEmail = regex.test(this.emailAddress);
Expand Down

0 comments on commit 12c6771

Please sign in to comment.