Merge remote-tracking branch 'origin/master'
# Conflicts: # templates/system/login.html
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
const initCaptchaImageTimer = (function () {
|
||||
let captchaImageTimer = null
|
||||
return function () {
|
||||
clearInterval(captchaImageTimer)
|
||||
captchaImageTimer = setInterval(function () {
|
||||
refreshCaptchaImage()
|
||||
}, 30 * 1000);
|
||||
|
||||
Reference in New Issue
Block a user