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:
committed by
sharelatex
parent
e20c93b581
commit
61d895c8fc
@@ -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: '' },
|
||||
|
||||
Reference in New Issue
Block a user