Hello,
I do not understand why do you reset the widget after 1000*250 seconds ?
|
interval = setInterval(reset, props.resetInterval) |
Is that to auto refresh the token ?
Because this can be set to auto :
https://developers.cloudflare.com/turnstile/get-started/client-side-rendering/#refresh-an-expired-token
Is there another reason? Else it should probably be removed by default?
Hello,
I do not understand why do you reset the widget after 1000*250 seconds ?
turnstile/src/runtime/components/NuxtTurnstile.vue
Line 56 in 12a8447
Is that to auto refresh the token ?
Because this can be set to auto :
https://developers.cloudflare.com/turnstile/get-started/client-side-rendering/#refresh-an-expired-token
Is there another reason? Else it should probably be removed by default?