Refactor Captcha Loading

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 15:35:48 +00:00
parent 01a5f38e4f
commit b7ba7f8ca0
2 changed files with 7 additions and 2 deletions

View File

@@ -115,8 +115,9 @@ export function TurnstileCaptcha({
options={{
theme,
size,
execution: 'render',
appearance: 'always'
execution: 'execute',
appearance: 'always',
retry: 'auto'
}}
/>
</div>