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

View File

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