web/Turnstile: reduce retry interval to 800ms
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled

This commit is contained in:
wukko 2024-11-19 00:33:07 +06:00
parent a3c807a993
commit ea73d09c8f
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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);