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
1 changed files with 2 additions and 0 deletions

View File

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