forked from rDrama/rDrama
1
0
Fork 0

add padding to captcha

master
Aevann 2023-09-05 22:57:47 +03:00
parent 518cb794b5
commit 3b3fd3d868
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
</div>
{% if turnstile != DEFAULT_CONFIG_VALUE %}
<div class="cf-turnstile" data-sitekey="{{turnstile}}" data-theme="dark"></div>
<div class="cf-turnstile mt-4 mb-2" data-sitekey="{{turnstile}}" data-theme="dark"></div>
{% endif %}
<button type="submit" class="btn btn-primary login w-100 mt-3" id="register_button">Register</button>