Merge pull request #3409 from overleaf/jel-inst-leavers-db

Add reconfirmedAt to UserSchema

GitOrigin-RevId: 543b57236bbf964c72c6587362a6b6d6b7b7caa6
This commit is contained in:
Jessica Lawshe
2020-12-01 03:04:39 +00:00
committed by Copybot
parent 76cbf9949f
commit 8b4659e700
4 changed files with 155 additions and 62 deletions
+2 -1
View File
@@ -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: '' },