Update templates.header.html.twig

This commit is contained in:
slawkens 2022-11-28 12:49:30 +01:00
parent f30181d485
commit 847c3db625

View File

@ -17,5 +17,5 @@
</div> </div>
</noscript> </noscript>
{% if config.recaptcha_enabled %} {% if config.recaptcha_enabled %}
<script src="https://www.google.com/recaptcha/api.js{% if config('recaptcha_type') === 'v2-checkbox' %}?render={{ config.recaptcha_site_key }}{% endif %}"></script> <script src="https://www.google.com/recaptcha/api.js{% if config('recaptcha_type') == 'v2-checkbox' %}?render={{ config.recaptcha_site_key }}{% endif %}"></script>
{% endif %} {% endif %}