fix hcaptcha in localhost

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-19 12:11:27 +02:00
parent 887ab766a5
commit d91827028b
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@
<label class="custom-control-label terms" for="termsCheck">I accept the <a href="/sidebar">rules</a></label>
</div>
{% if hcaptcha %}
{% if hcaptcha != 'blahblahblah' %}
<div class="h-captcha" data-sitekey="{{hcaptcha}}" data-theme="dark"></div>
{% endif %}
@ -146,7 +146,7 @@
<script defer src="{{'js/signup.js' | asset}}"></script>
{% if hcaptcha %}
{% if hcaptcha != 'blahblahblah' %}
<script defer src="{{'js/hcaptcha.js' | asset}}"></script>
{% endif %}