1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-12 01:50:48 +01:00

added missing change from commit for hcaptcha

This commit is contained in:
RealAngeleno 2023-10-10 13:45:23 -07:00 committed by GitHub
parent e9ed9acd30
commit 4545d33b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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