mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-04-19 06:52:14 +02:00
Merge pull request #718 from cachethq/new-login
Added "Login" to login page title
This commit is contained in:
commit
c471105fdd
@ -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'),
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user