Skip to content
Browse files

Merge pull request #7601 from FreeCodeCamp/fix/settings-title

Added title to settings page
  • Loading branch information...
2 parents ab5b145 + fef1653 commit f88a80c6cbfd870f34336c5ff70643e997dc53e2 @BerkeleyTrue BerkeleyTrue committed
Showing with 3 additions and 1 deletion.
  1. +3 −1 server/boot/user.js
View
4 server/boot/user.js
@@ -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) {

0 comments on commit f88a80c

Please sign in to comment.
Something went wrong with that request. Please try again.