-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add whitelist host to isEmail validation. #1920
Add whitelist host to isEmail validation. #1920
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1920 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 103 103
Lines 2097 2099 +2
Branches 473 474 +1
=========================================
+ Hits 2097 2099 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for your contrib 🎉
// And sorry for the delay in reviewing this.
Just fix the m/c on README and we should be good to go. |
Hi, Thank you. The conflict has been fixed! 🚀 |
Can this be merged and closed now? |
Add host whitelist to is Email validation.
closes: #1912
Add a new option (whitelist host) to isEmail options to check if the email domain is in it or not, if it was not in the whitelist host it fails.
Checklist