Can now link google account

This commit is contained in:
Thaum Rystra
2020-05-16 14:07:22 +02:00
parent acb9dc342a
commit cd2727b61c
3 changed files with 28 additions and 2 deletions

View File

@@ -77,6 +77,10 @@ const userSchema = new SimpleSchema({
type: String,
regEx: SimpleSchema.RegEx.Id,
},
profile: {
type: Object,
blackbox: true,
},
});
Meteor.users.attachSchema(userSchema);