Merge pull request #9725 from raisedadead/fix/update-sign-in-page-title
Update the title of the sign in view
This commit is contained in:
		@@ -221,7 +221,7 @@ module.exports = function(app) {
 | 
				
			|||||||
      return res.redirect('/');
 | 
					      return res.redirect('/');
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    return res.render('account/signin', {
 | 
					    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