mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
resolve conflicts
This commit is contained in:
@@ -77,7 +77,6 @@ api.updatePassword = {
|
|||||||
|
|
||||||
user.auth.local.hashed_password = passwordUtils.encrypt(req.body.newPassword, user.auth.local.salt); // eslint-disable-line camelcase
|
user.auth.local.hashed_password = passwordUtils.encrypt(req.body.newPassword, user.auth.local.salt); // eslint-disable-line camelcase
|
||||||
await user.save();
|
await user.save();
|
||||||
|
|
||||||
res.send(200, {});
|
res.send(200, {});
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user