bug: Removed initial field from user account view
This commit is contained in:
parent
1537ab80d6
commit
a1110d86cd
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ UserSchema.methods.account = function() {
|
|||
delete account.password;
|
||||
delete account.ehash;
|
||||
delete account.pepper;
|
||||
delete account.initial;
|
||||
delete account._ac;
|
||||
delete account._ct;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue