Fixes for racaptcha

This commit is contained in:
slawkens
2022-11-28 12:41:29 +01:00
parent c73e476e88
commit 118e8c487e
6 changed files with 22 additions and 17 deletions

View File

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