Merge remote-tracking branch 'origin/master'

# Conflicts:
#	templates/system/login.html
This commit is contained in:
HuoWenBo
2023-11-19 12:00:53 +08:00
+1
View File
@@ -59,6 +59,7 @@
const initCaptchaImageTimer = (function () {
let captchaImageTimer = null
return function () {
clearInterval(captchaImageTimer)
captchaImageTimer = setInterval(function () {
refreshCaptchaImage()
}, 30 * 1000);