diff --git a/services/web/app/coffee/Features/User/UserController.coffee b/services/web/app/coffee/Features/User/UserController.coffee index 389de1a0f2..c284da2711 100644 --- a/services/web/app/coffee/Features/User/UserController.coffee +++ b/services/web/app/coffee/Features/User/UserController.coffee @@ -143,7 +143,7 @@ module.exports = UserController = type:'success' text:'Your password has been changed' else - logger.log user: user, "current password wrong" + logger.log user_id: user_id, "current password wrong" res.send message: type:'error'