You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The email validation will allow me to enter "[email protected]..nz" even though this is not a valid email address - there are two consecutive dots before the country code.
The text was updated successfully, but these errors were encountered:
Yeah. Pull request.
I have looked at the regexp that validates email adresses, and although online-tools like regexper help, I have absolutly no Idea how to fix the bug. :(
The email validation will allow me to enter "[email protected]..nz" even though this is not a valid email address - there are two consecutive dots before the country code.
The text was updated successfully, but these errors were encountered: