mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-08 00:22:51 +01:00
removing error output for incorrect pw on login
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user