It looks like something changed with the CloudFlare turnstile API. Now after sending my token along with a submit form it appears that the turnstile automatically refreshes.
I removed the reset() function from my auth forms and the turnstile is still refreshing. Attempting to manually refresh the token actually throws an error now because the token is already refreshing and therefore null.
Is anyone else experiencing this behavior?
e: I would blame having the turnstile in a v-if but it was already inside one.
It looks like something changed with the CloudFlare turnstile API. Now after sending my token along with a submit form it appears that the turnstile automatically refreshes.
I removed the
reset()
function from my auth forms and the turnstile is still refreshing. Attempting to manually refresh the token actually throws an error now because the token is already refreshing and therefore null.Is anyone else experiencing this behavior?
e: I would blame having the turnstile in a v-if but it was already inside one.