Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit e7ebd46

Browse files
authored
Update ewz_recaptcha_widget.html.twig
1 parent ac970db commit e7ebd46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Resources/views/Form/ewz_recaptcha_widget.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
></script>
3838
<div class="g-recaptcha" data-theme="{{ attr.options.theme }}" data-size="{{ attr.options.size }}" data-type="{{ attr.options.type }}" data-sitekey="{{ form.vars.public_key }}"
3939
{%- if attr.options.callback is defined %} data-callback="{{ attr.options.callback }}"{% endif -%}
40+
{%- if attr.options.errorCallback is defined %} data-error-callback="{{ attr.options.errorCallback }}"{% endif -%}
4041
{%- if attr.options.expiredCallback is defined %} data-expired-callback="{{ attr.options.expiredCallback }}"{% endif -%}
4142
{%- if attr.options.bind is defined %} data-bind="{{ attr.options.bind }}"{% endif -%}
4243
{%- if attr.options.badge is defined %} data-badge="{{ attr.options.badge }}"{% endif -%}

0 commit comments

Comments
 (0)