mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
closed #2424
This commit is contained in:
@@ -345,7 +345,6 @@ accountsController.accountEdit = function(req, res, next) {
|
||||
}
|
||||
|
||||
userData.hasPassword = !!password;
|
||||
userData.csrf = req.csrfToken();
|
||||
|
||||
res.render('account/edit', userData);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user