From fdaf1cca65e118562b3cc2eb9e7c077b28f77213 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 --- 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 8dd4d1cc51..6779948da5 100644 --- a/templates/user/auth/captcha.tmpl +++ b/templates/user/auth/captcha.tmpl @@ -10,12 +10,12 @@
- + {{else if eq .CaptchaType "hcaptcha"}}
- + {{else if eq .CaptchaType "mcaptcha"}}
@@ -25,5 +25,5 @@
- + {{end}}{{end}}