Skip to content

Commit

Permalink
fix retry forced to "never"
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0Developer committed Sep 18, 2023
1 parent be972bb commit ef9382a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default function Turnstile({
"response-field": responseField,
"response-field-name": responseFieldName,
size,
retry: "never", // see error-callback for why
retry,
"retry-interval": retryInterval,
"refresh-expired": refreshExpired,
appearance,
Expand Down

0 comments on commit ef9382a

Please sign in to comment.