recaptcha-module
recaptcha-module copied to clipboard
🤖 Simple and easy Google reCAPTCHA integration with Nuxt.js
Added the ability to simultaneously use recaptcha versions v2 and v3. https://developers.google.com/recaptcha/docs/faq#can-i-run-recaptcha-v2-and-v3-on-the-same-page
Hi all, I want to set a timeout on my request to google, because maybe a user will have a very poor network and i want to get an error...
Hi, I am getting the above error. I am trying to set up recaptcha v3. How many times can we call init()? and execute("login") is login a reserved word?
Hi, Everything is working fine except this error:  I've the same error locally and on Firebase hosting. I've try to add those config in the nuxt.config.js for setting up...
hi can we use this module with nuxt version 3 ?
On lighthouse "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity."
TS2339: Property '$recaptcha' does not exist on type 'LoginPopupComponent'. 60 | async mounted () { 61 | try { > 62 | await this.$recaptcha.init() | ^^^^^^^^^^ 63 | } catch...
Nuxt v3.9 when use modules: ["@nuxtjs/recaptcha"] Error Cannot restart nuxt: Cannot read properties of undefined (reading 'options')
In v2, when the challenge is displayed, if the user clicks outside the modal, nothing happens and code execution is interrupted indefinitely. Any suggestion is welcome.
ERROR Cannot start nuxt: Cannot read properties of undefined (reading 'options') 16:21:56