Closed FAngelo94 closed 1 year ago
Does it need to return an error? I tested this myself in node and it returns false as intended?
const validator = require('email-validator')
console.log(validator.validate(''))
// false
@TandyN is right and it been some time to reply. Closing.
If I enter with an empty field as email ("") it doesn't return error