Update the title of the sign in view

pull/9725/head
Mrugesh Mohapatra 2016-07-15 01:53:33 +05:30 committed by GitHub
parent 7e2cd289f2
commit 3a2f53fdb7
1 changed files with 1 additions and 1 deletions

View File

@ -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'
});
}