Skip to content

Commit 8c63433

Browse files
committed
Change from inline css to using css class
Signed-off-by: ByLCY <[email protected]>
1 parent a6bfdc5 commit 8c63433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/auth/captcha.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="m-captcha" data-sitekey="{{.McaptchaSitekey}}" data-instance-url="{{.McaptchaURL}}"></div>
2323
</div>
2424
{{else if eq .CaptchaType "cfturnstile"}}
25-
<div class="inline field captcha-field" style="text-align: center">
25+
<div class="inline field captcha-field tc">
2626
<div class="cf-turnstile" data-sitekey="{{.CfTurnstileSitekey}}"></div>
2727
</div>
2828
{{end}}{{end}}

0 commit comments

Comments
 (0)