1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-26 15:01:37 +01:00

header.html: fix hcaptcha

This commit is contained in:
Zankaria 2025-02-14 09:09:26 +00:00 committed by GitHub
parent 41b497bbb2
commit 77afa3dbef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,6 +50,6 @@
padding: 0 !important;
}
{% endverbatim %}</style>{% endif %}
{% if config.captcha.provider.hcaptcha %}
{% if config.captcha.provider == 'hcaptcha' %}
<script src="https://js.hcaptcha.com/1/api.js" async defer></script>
{% endif %}