mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #16044 from overleaf/jpa-cleanup-user-model
[web] remove unused field "sharelatexHashedPassword" from user model GitOrigin-RevId: 69ff744b8f40adbdeb0e0092ab8435d693f97113
This commit is contained in:
parent
92dabf236c
commit
0f793975d2
1 changed files with 0 additions and 3 deletions
|
@ -158,9 +158,6 @@ const UserSchema = new Schema(
|
||||||
featuresEpoch: {
|
featuresEpoch: {
|
||||||
type: String,
|
type: String,
|
||||||
},
|
},
|
||||||
// when auto-merged from SL and must-reconfirm is set, we may end up using
|
|
||||||
// `sharelatexHashedPassword` to recover accounts...
|
|
||||||
sharelatexHashedPassword: String,
|
|
||||||
must_reconfirm: { type: Boolean, default: false },
|
must_reconfirm: { type: Boolean, default: false },
|
||||||
referal_id: {
|
referal_id: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|
Loading…
Reference in a new issue