@barisusakli is a stickler and wants to increase registration api call times by 0.0000000001s

v1.18.x
psychobunny 11 years ago
parent 5423434b3f
commit 015ee701c4

@ -20,7 +20,7 @@ module.exports = function(User) {
}
var password = userData.password;
delete userData.password;
userData.password = null;
async.parallel([
function(next) {

Loading…
Cancel
Save