vendor/shopware/storefront/Resources/views/storefront/component/captcha/googleReCaptchaV2.html.twig line 1
{% block component_captcha_google_re_captcha_v2 %}{% set googleReCaptchaV2Options = {siteKey: config('core.basicInformation.activeCaptchasV2.googleReCaptchaV2.config.siteKey'),invisible: config('core.basicInformation.activeCaptchasV2.googleReCaptchaV2.config.invisible')} %}data-google-re-captcha-v2="true"data-google-re-captcha-v2-options="{{ googleReCaptchaV2Options|json_encode }}">type="text"class="d-none grecaptcha-v2-input"name="{{ constant('Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2::CAPTCHA_REQUEST_PARAMETER') }}"data-skip-report-validity="true"required>{% if googleReCaptchaV2Options.invisible %}{% set recaptchaV3Active = config('core.basicInformation.activeCaptchasV2.googleReCaptchaV3.isActive') %}{% if not recaptchaV3Active %}{% endif %}{% endif %}{% endblock %}