Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#9725 from raisedadead/fix/update-sign…
Browse files Browse the repository at this point in the history
…-in-page-title

Update the title of the sign in view
  • Loading branch information
That Guy authored Jul 16, 2016
2 parents b2bf0d7 + 3a2f53f commit 18c2a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/boot/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ module.exports = function(app) {
return res.redirect('/');
}
return res.render('account/signin', {
title: 'Sign in to Free Code Camp using a Social Media Account'
title: 'Sign in to Free Code Camp'
});
}

Expand Down

0 comments on commit 18c2a0f

Please sign in to comment.