Loading src/Form/SettingsForm.php +0 −3 Original line number Diff line number Diff line Loading @@ -196,7 +196,6 @@ class SettingsForm extends ConfigFormBase { $form['validation_plugin_settings'] = [ '#type' => 'fieldset', '#title' => $this->t('Validation Settings'), '#descrption' => $this->t('Extra plugin settings.'), '#tree' => TRUE, '#states' => $enabled_state, ]; Loading Loading @@ -284,7 +283,6 @@ class SettingsForm extends ConfigFormBase { $form['login_plugin_settings'] = [ '#type' => 'fieldset', '#title' => $this->t('Login Settings'), '#descrption' => $this->t('Extra plugin settings.'), '#tree' => TRUE, '#states' => $enabled_state, ]; Loading Loading @@ -341,7 +339,6 @@ class SettingsForm extends ConfigFormBase { $form['tfa_flood'] = [ '#type' => 'fieldset', '#title' => $this->t('TFA Flood Settings'), '#description' => $this->t('Configure the TFA Flood Settings.'), '#states' => $enabled_state, ]; Loading Loading
src/Form/SettingsForm.php +0 −3 Original line number Diff line number Diff line Loading @@ -196,7 +196,6 @@ class SettingsForm extends ConfigFormBase { $form['validation_plugin_settings'] = [ '#type' => 'fieldset', '#title' => $this->t('Validation Settings'), '#descrption' => $this->t('Extra plugin settings.'), '#tree' => TRUE, '#states' => $enabled_state, ]; Loading Loading @@ -284,7 +283,6 @@ class SettingsForm extends ConfigFormBase { $form['login_plugin_settings'] = [ '#type' => 'fieldset', '#title' => $this->t('Login Settings'), '#descrption' => $this->t('Extra plugin settings.'), '#tree' => TRUE, '#states' => $enabled_state, ]; Loading Loading @@ -341,7 +339,6 @@ class SettingsForm extends ConfigFormBase { $form['tfa_flood'] = [ '#type' => 'fieldset', '#title' => $this->t('TFA Flood Settings'), '#description' => $this->t('Configure the TFA Flood Settings.'), '#states' => $enabled_state, ]; Loading