Merge branch 'csrf-excision' into hashtalk

This commit is contained in:
Julian Lam
2014-09-17 16:07:36 -04:00
17 changed files with 54 additions and 51 deletions

View File

@@ -337,6 +337,8 @@ accountsController.accountEdit = function(req, res, next) {
return next(err);
}
userData.csrf = req.csrfToken();
res.render('account/edit', userData);
});
};