mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 09:13:23 +03:00
Add email and password change functionality for a current user, remove deep compare hooks
This commit is contained in:
@@ -118,7 +118,7 @@ module.exports = {
|
||||
}
|
||||
|
||||
return this.res.json({
|
||||
item: user
|
||||
item: user.avatar
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user