mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-28 13:00:31 -04:00
Merge pull request #7601 from FreeCodeCamp/fix/settings-title
Added title to settings page
This commit is contained in:
@@ -249,7 +249,9 @@ module.exports = function(app) {
|
||||
}
|
||||
|
||||
function getSettings(req, res) {
|
||||
res.render('account/settings');
|
||||
res.render('account/settings', {
|
||||
title: 'Settings'
|
||||
});
|
||||
}
|
||||
|
||||
function returnUser(req, res, next) {
|
||||
|
||||
Reference in New Issue
Block a user