Skip to content

Commit

Permalink
Email Domain approval error message - update (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeragksgh authored Nov 30, 2023
1 parent 45ceaaf commit 58a3979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ public String emailValidation(String email) {
Boolean retValue = isApprovedDomains(emailDomain, Constants.USER_REGISTRATION_DOMAIN)
|| isApprovedDomains(emailDomain, Constants.USER_REGISTRATION_PRE_APPROVED_DOMAIN);
if (!retValue) {
str.append("Invalid Email domain, Please use government email id");
str.append("Email domain of this email address is not approved. Please use Request for help.");
}
} else {
str.append("Invalid Email id");
Expand Down

0 comments on commit 58a3979

Please sign in to comment.