aboutsummaryrefslogtreecommitdiff
path: root/src/server/authentication/models/User.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/authentication/models/User.ts')
-rw-r--r--src/server/authentication/models/User.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/authentication/models/User.ts b/src/server/authentication/models/User.ts
index 9752c4260..ed2952e48 100644
--- a/src/server/authentication/models/User.ts
+++ b/src/server/authentication/models/User.ts
@@ -47,6 +47,8 @@ const userSchema = new mongoose.Schema({
passwordResetToken: String,
passwordResetExpires: Date,
+ workspaces: Array,
+
facebook: String,
twitter: String,
google: String,