saas icon indicating copy to clipboard operation
saas copied to clipboard

Turnstile

Open cd996 opened this issue 5 months ago • 0 comments

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?

image

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>

cd996 avatar Sep 23 '24 02:09 cd996