Skip to content
Snippets Groups Projects
Commit e4f50b78 authored by hass's avatar hass
Browse files

Issue #2775235 by undertext: Recaptcha size setting is not saved

parent 4dd4e874
No related branches found
Tags 8.x-2.2
No related merge requests found
......@@ -119,6 +119,7 @@ class ReCaptchaAdminSettingsForm extends ConfigFormBase {
->set('secret_key', $form_state->getValue('recaptcha_secret_key'))
->set('widget.theme', $form_state->getValue('recaptcha_theme'))
->set('widget.type', $form_state->getValue('recaptcha_type'))
->set('widget.size', $form_state->getValue('recaptcha_size'))
->set('widget.tabindex', $form_state->getValue('recaptcha_tabindex'))
->set('widget.noscript', $form_state->getValue('recaptcha_noscript'))
->save();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment