saas
saas copied to clipboard
Turnstile
Hello everyone, my apologies for the interruption.
Could you please explain how to configure the NuxtTurnstile component within the fields attribute of the AuthForm component?
For instance, I primarily wish to integrate it within the form as follows:
<form @submit.prevent="onSubmit">
<h2>Using vue model</h2>
<NuxtTurnstile
v-if="toggle"
:key="selectedLanguage"
v-model="token"
:options="{ action: 'vue', language: selectedLanguage }"
/>
<input type="submit">
</form>