Skip to content

Commit

Permalink
fix(dedicated.pcc): support email tags in user edition (#14829)
Browse files Browse the repository at this point in the history
ref: MANAGER-16639

Signed-off-by: Simon Lecoq <[email protected]>
Co-authored-by: Simon Lecoq <[email protected]>
  • Loading branch information
2 people authored and anooparveti committed Jan 16, 2025
1 parent e1846b6 commit 58d6835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class {
$onInit() {
this.user.tokenValidator = this.user.isTokenValidator;
this.originUser = this.pickUserInformationToSend();
this.emailRegExp = /^(?:[\w-.]+@[\w-.]+\.[\w-]+)?$/;
this.emailRegExp = /^(?:[\w-.]+(\+[\w-.]+)*@[\w-.]+\.[\w-]+)?$/;
if (this.coreConfig.isRegion('US')) {
this.phoneRegExp = /\+1\.\d{10}/;
} else {
Expand Down

0 comments on commit 58d6835

Please sign in to comment.