mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
LoginForm: explicitely remove renderLayout
Should prevent against rare race conditions. refs #6584
This commit is contained in:
parent
c69af6c5d2
commit
0d3fb9e7a5
@ -17,7 +17,7 @@ class LoginForm extends Form
|
|||||||
*/
|
*/
|
||||||
protected function create()
|
protected function create()
|
||||||
{
|
{
|
||||||
$url = Url::fromRequest();
|
$url = Url::fromRequest()->without('renderLayout');
|
||||||
|
|
||||||
$this->setName('form_login');
|
$this->setName('form_login');
|
||||||
$this->addElement('text', 'username', array(
|
$this->addElement('text', 'username', array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user