Update the title of the sign in view
This commit is contained in:
committed by
GitHub
parent
7e2cd289f2
commit
3a2f53fdb7
@ -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'
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user