mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
parent
9a072a8fd4
commit
90b64d4cc3
@ -41,7 +41,6 @@ class LoginForm extends Form
|
||||
array(
|
||||
'required' => true,
|
||||
'label' => $this->translate('Username'),
|
||||
'placeholder' => $this->translate(''),
|
||||
'class' => false === isset($formData['username']) ? 'autofocus' : ''
|
||||
)
|
||||
);
|
||||
@ -51,7 +50,6 @@ class LoginForm extends Form
|
||||
array(
|
||||
'required' => true,
|
||||
'label' => $this->translate('Password'),
|
||||
'placeholder' => $this->translate(''),
|
||||
'class' => isset($formData['username']) ? 'autofocus' : ''
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user