Skip to content

Commit 2206ea3

Browse files
author
elnzv
committed
email now is mandatory
1 parent 2c14efa commit 2206ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

both/collections/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Schemas.User = new SimpleSchema({
3131
},
3232
emails: {
3333
type: [Object],
34-
optional: true
34+
optional: false
3535
},
3636
"emails.$.address": {
3737
type: String,

0 commit comments

Comments
 (0)