Open zongyz opened 1 year ago
email domain name contains the full-width symbol "。" also pass the verification
Joi.object({ email: Joi.string().email({tlds: false}).required() }).validate({email:"name@test。com"})
validation passed
invalid
Support plan
Context
What are you trying to achieve or the steps to reproduce?
email domain name contains the full-width symbol "。" also pass the verification
What was the result you got?
validation passed
What result did you expect?
invalid