mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web/Turnstile: reduce retry interval to 800ms
This commit is contained in:
parent
a3c807a993
commit
ea73d09c8f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user