1
0
Fork 0

bug: Removed initial field from user account view

This commit is contained in:
Joost De Cock 2018-10-26 11:36:13 +02:00 committed by Joost De Cock
parent 1537ab80d6
commit a1110d86cd

View file

@ -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;