mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +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()
|
||||
{
|
||||
$url = Url::fromRequest();
|
||||
$url = Url::fromRequest()->without('renderLayout');
|
||||
|
||||
$this->setName('form_login');
|
||||
$this->addElement('text', 'username', array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user