forked from rDrama/rDrama
1
0
Fork 0

fix(?) hcaptcha

master
atrc445 2021-09-26 23:23:24 +02:00
parent 6e9fdb05dc
commit 380684f192
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@
{% endif %}
{% if hcaptcha %}
<div class="h-captcha" data-sitekey="{{ HCAPTCHA_SITEKEY | app_config }}"></div>
<div class="h-captcha" data-sitekey="{{ hcaptcha }}"></div>
<script src="https://hcaptcha.com/1/api.js" async defer></script>
{% endif %}