mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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();
|
$form->handleRequest();
|
||||||
}
|
}
|
||||||
$this->view->form = $form;
|
$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;
|
$this->view->requiresSetup = $requiresSetup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user