mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-01 11:21:11 +00:00
Merge pull request #995 from sharelatex/ta-remove-confirmed-field
remove unused confirmed field from user model
This commit is contained in:
commit
f04212c96f
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ UserSchema = new Schema
|
|||
institution : {type : String, default : ''}
|
||||
hashedPassword : String
|
||||
isAdmin : {type : Boolean, default : false}
|
||||
confirmed : {type : Boolean, default : false}
|
||||
signUpDate : {type : Date, default: () -> new Date() }
|
||||
lastLoggedIn : {type : Date}
|
||||
lastLoginIp : {type : String, default : ''}
|
||||
|
|
Loading…
Reference in a new issue