empty captchaQueue on TIMEOUT

This commit is contained in:
HF 2022-06-21 11:22:28 +02:00
parent 49bc6ff703
commit 8745603309

View File

@ -62,6 +62,7 @@ function clearOldQueue() {
// nothing // nothing
} }
}); });
captchaQueue.length = 0;
} }
} }