mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 22:11:25 +00:00
remove unused confirmed field from user model
This commit is contained in:
parent
752658f773
commit
5ff66187a0
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