Skip to content

Commit

Permalink
Userbulk error changes final (#212)
Browse files Browse the repository at this point in the history
* changes
  • Loading branch information
juhiagl8 authored Apr 27, 2023
1 parent 922924c commit 1c660aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private List<String> validateEmailContactAndDomain(UserRegistration userRegistra
errList.add("Invalid Email Id");
}
if (!ProjectUtil.validateContactPattern(userRegistration.getPhone())) {
errList.add("Invalid Phone Number");
errList.add("Invalid Mobile Number");
}
if (userUtilityService.isUserExist(Constants.EMAIL, userRegistration.getEmail())) {
errList.add(Constants.EMAIL_EXIST_ERROR);
Expand Down

0 comments on commit 1c660aa

Please sign in to comment.