diff --git a/packages/server/src/api/controllers/row.js b/packages/server/src/api/controllers/row.js index 1772b88e7e..3739ec9493 100644 --- a/packages/server/src/api/controllers/row.js +++ b/packages/server/src/api/controllers/row.js @@ -94,7 +94,7 @@ exports.patch = async function(ctx) { // the row has been updated, need to put it into the ctx ctx.request.body = { ...row, - password: ctx.request.body.password + password: ctx.request.body.password, } await usersController.update(ctx) return