Skip to content

Commit ae2903a

Browse files
committed
Remove domains and regex from settings
1 parent df541ac commit ae2903a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ module.exports = {
2828
label: 'email',
2929
placeholder: 'add your email',
3030
settings: {
31-
'domains': ['foo.com', 'bar.com', 'baz.com'],
32-
'regex': /^\s*[\w\-\+_]+(\.[\w\-\+_]+)*\@[\w\-\+_]+\.[\w\-\+_]+(\.[\w\-\+_]+)*\s*$/,
31+
empty: true,
3332
},
3433
},
3534
},

0 commit comments

Comments
 (0)