login: Override the default title instead of setting a title
refs #3851
This commit is contained in:
parent
066aa0ef03
commit
67c8053dc9
|
@ -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 New Issue