Merge pull request #2210 from overleaf/jel-provider-id-institution-registration

Include provider ID with email data for institution registrations

GitOrigin-RevId: a752005c03494bab717be0cbb915cbcb7a0aa729
This commit is contained in:
Jessica Lawshe
2019-10-07 15:41:56 +00:00
committed by sharelatex
parent e20c93b581
commit 61d895c8fc
3 changed files with 25 additions and 8 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ const UserSchema = new Schema({
return new Date()
}
},
confirmedAt: { type: Date }
confirmedAt: { type: Date },
samlProviderId: { type: String }
}
],
first_name: { type: String, default: '' },