diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-24 19:17:14 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-24 19:17:14 -0500 |
commit | 0e46a734bc7159282cb7dfc78447ab3e1c00a4df (patch) | |
tree | cc38f4cb49cbc97f8364e9077a29b18eec6d65e7 /src/server/authentication/models | |
parent | 686c1717ae193638c89b0b9fce39451d7f6ac2ca (diff) |
updated profile
Diffstat (limited to 'src/server/authentication/models')
-rw-r--r-- | src/server/authentication/models/User.ts | 2 |
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, |