Expire
#261
Replies: 1 comment
-
|
The README states:
And gives the following example: <template>
<NuxtTurnstile ref="turnstile" />
<button @click="turnstile.reset()">Reset token in template</button>
<button @click="reset()">Reset token from handler</button>
</template>
<script setup>
// you can call this template ref anything
const turnstile = ref()
function reset() {
turnstile.value?.reset()
}
</script> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
📚 Is your documentation request related to a problem?
How can i get new token after it expire normalls as i know it has expired-callback event
🔍 Where should you find it?
No response
ℹ️ Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions