update the navigation to have publicly available menu items
This commit is contained in:
@ -142,6 +142,7 @@ exports.getAccount = function(req, res) {
|
||||
res.render('account/profile', {
|
||||
title: 'Manage your Free Code Camp Account',
|
||||
c: c,
|
||||
u: req.user,
|
||||
cc: req.user.challengesHash,
|
||||
moment: moment
|
||||
});
|
||||
|
Reference in New Issue
Block a user