mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-28 06:20:51 +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 : ''}
|
institution : {type : String, default : ''}
|
||||||
hashedPassword : String
|
hashedPassword : String
|
||||||
isAdmin : {type : Boolean, default : false}
|
isAdmin : {type : Boolean, default : false}
|
||||||
confirmed : {type : Boolean, default : false}
|
|
||||||
signUpDate : {type : Date, default: () -> new Date() }
|
signUpDate : {type : Date, default: () -> new Date() }
|
||||||
lastLoggedIn : {type : Date}
|
lastLoggedIn : {type : Date}
|
||||||
lastLoginIp : {type : String, default : ''}
|
lastLoginIp : {type : String, default : ''}
|
||||||
|
|
Loading…
Reference in a new issue