Merge pull request #3409 from overleaf/jel-inst-leavers-db
Add reconfirmedAt to UserSchema GitOrigin-RevId: 543b57236bbf964c72c6587362a6b6d6b7b7caa6
This commit is contained in:
@@ -31,7 +31,8 @@ const UserSchema = new Schema({
|
||||
},
|
||||
confirmedAt: { type: Date },
|
||||
samlProviderId: { type: String },
|
||||
affiliationUnchecked: { type: Boolean }
|
||||
affiliationUnchecked: { type: Boolean },
|
||||
reconfirmedAt: { type: Date }
|
||||
}
|
||||
],
|
||||
first_name: { type: String, default: '' },
|
||||
|
||||
Reference in New Issue
Block a user