Allow capital letters in email TLD
This commit is contained in:
parent
06f4aeb74d
commit
b77d0fc53f
@ -36,7 +36,7 @@ export default {
|
||||
},
|
||||
email: {
|
||||
mask: emailMask,
|
||||
match: /^.+@[^.].*\.[a-z]{2,10}$/,
|
||||
match: /^.+@[^.].*\.[a-zA-Z]{2,10}$/,
|
||||
unmask: [],
|
||||
validationError: 'Please enter a valid e-mail address',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user