Merge pull request #718 from cachethq/new-login
Added "Login" to login page title
This commit is contained in:
@@ -32,7 +32,9 @@ class AuthController extends AbstractController
|
||||
*/
|
||||
public function showLogin()
|
||||
{
|
||||
return View::make('auth.login');
|
||||
return View::make('auth.login')->with([
|
||||
'pageTitle' => trans('dashboard.login.login'),
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user