mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-22 10:46:19 +01:00
web/Turnstile: reduce retry interval to 800ms
This commit is contained in:
parent
a3c807a993
commit
ea73d09c8f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue