LoginForm: Remove class `icinga-forms`, it's got already special rules
This commit is contained in:
parent
1b8501d5b7
commit
e327a978e8
|
@ -16,6 +16,8 @@ use Icinga\Web\Url;
|
|||
*/
|
||||
class LoginForm extends Form
|
||||
{
|
||||
const DEFAULT_CLASSES = 'icinga-controls';
|
||||
|
||||
/**
|
||||
* Redirect URL
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue