LoginForm: Remove class icinga-forms, it's got already special rules

This commit is contained in:
Johannes Meyer 2019-07-19 10:01:19 +02:00
parent 1b8501d5b7
commit e327a978e8

View File

@ -16,6 +16,8 @@ use Icinga\Web\Url;
*/ */
class LoginForm extends Form class LoginForm extends Form
{ {
const DEFAULT_CLASSES = 'icinga-controls';
/** /**
* Redirect URL * Redirect URL
*/ */