Skip to content
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

E-Mail address format issue needs to be fixed #3992

Closed
GitHubKaan opened this issue Feb 17, 2025 · 1 comment
Closed

E-Mail address format issue needs to be fixed #3992

GitHubKaan opened this issue Feb 17, 2025 · 1 comment

Comments

@GitHubKaan
Copy link

GitHubKaan commented Feb 17, 2025

Emails with a dash symbol will not be accepted by .email.

E. g. [email protected] will not work, but is a valid email address.
Pls fix.

SRY deleted the fork, just add this into src/types.ts:

/^(?!.)(?!...)([A-Z0-9_'+-.])[A-Z0-9_+-]@([A-Z0-9][A-Z0-9-]*.)+[A-Z]{2,}$/i;

Thx

@GitHubKaan
Copy link
Author

Actually works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant