login: Override the default title instead of setting a title

refs #3851
This commit is contained in:
Johannes Meyer 2019-07-15 08:25:30 +02:00
parent 066aa0ef03
commit 67c8053dc9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}