We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bfdc5 commit 8c63433Copy full SHA for 8c63433
templates/user/auth/captcha.tmpl
@@ -22,7 +22,7 @@
22
<div class="m-captcha" data-sitekey="{{.McaptchaSitekey}}" data-instance-url="{{.McaptchaURL}}"></div>
23
</div>
24
{{else if eq .CaptchaType "cfturnstile"}}
25
- <div class="inline field captcha-field" style="text-align: center">
+ <div class="inline field captcha-field tc">
26
<div class="cf-turnstile" data-sitekey="{{.CfTurnstileSitekey}}"></div>
27
28
{{end}}{{end}}
0 commit comments