removing error output for incorrect pw on login

v1.18.x
Julian Lam 11 years ago
parent 9f5893bc83
commit 6fb69e6c19

@ -184,7 +184,6 @@
bcrypt.compare(password, userData.password, function(err, res) {
if (err) {
winston.err(err.message);
return next(new Error('bcrypt compare error'));
}

Loading…
Cancel
Save