We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44ea887 + c075de7 commit 5b55eeeCopy full SHA for 5b55eee
backend/server/controllers/login.js
@@ -65,6 +65,7 @@ module.exports = {
65
})
66
67
} else {
68
+ logger.error('wrong credentials', { error: 'wrong credentials for user: ' + result.response.body.username })
69
res.status(401).send({
70
body
71
0 commit comments