mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
@barisusakli is a stickler and wants to increase registration api call times by 0.0000000001s
This commit is contained in:
@@ -20,7 +20,7 @@ module.exports = function(User) {
|
||||
}
|
||||
|
||||
var password = userData.password;
|
||||
delete userData.password;
|
||||
userData.password = null;
|
||||
|
||||
async.parallel([
|
||||
function(next) {
|
||||
|
||||
Reference in New Issue
Block a user