mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +02:00
web/Turnstile: reduce retry interval to 800ms
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
window.turnstile?.render(turnstileElement, {
|
||||
sitekey,
|
||||
"refresh-expired": "never",
|
||||
"retry-interval": 800,
|
||||
|
||||
"error-callback": (error) => {
|
||||
console.log("error code from turnstile:", error);
|
||||
|
Reference in New Issue
Block a user