mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
login: Override the default title instead of setting a title
refs #3851
This commit is contained in:
parent
066aa0ef03
commit
67c8053dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class AuthenticationController extends Controller
|
|||
$form->handleRequest();
|
||||
}
|
||||
$this->view->form = $form;
|
||||
$this->view->title = $this->translate('Icinga Web 2 Login');
|
||||
$this->view->defaultTitle = $this->translate('Icinga Web 2 Login');
|
||||
$this->view->requiresSetup = $requiresSetup;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue