From 839739fb717c7897f88b0f16563a3f23b6cab28b Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Mon, 17 Mar 2025 23:21:04 +0800 Subject: [PATCH] Defer captcha script loading (#33919) Fix #33899 (cherry picked from commit fdaf1cca65e118562b3cc2eb9e7c077b28f77213) --- templates/user/auth/captcha.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/user/auth/captcha.tmpl b/templates/user/auth/captcha.tmpl index 29f8ab07a2..b2deb5a2c9 100644 --- a/templates/user/auth/captcha.tmpl +++ b/templates/user/auth/captcha.tmpl @@ -11,12 +11,12 @@
- + {{else if eq .CaptchaType "hcaptcha"}}
- + {{else if eq .CaptchaType "mcaptcha"}}
@@ -26,5 +26,5 @@
- + {{end}}{{end}}