mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +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
|
||||
await user.save();
|
||||
|
||||
res.send(200, {});
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user