recaptcha-module icon indicating copy to clipboard operation
recaptcha-module copied to clipboard

🤖 Simple and easy Google reCAPTCHA integration with Nuxt.js

Results 38 recaptcha-module issues
Sort by recently updated
recently updated
newest added

Looking at the plugin.js I do not think there is option for rendering inline recaptcha right? ![image](https://user-images.githubusercontent.com/41498480/179192867-9f159f88-e9fc-4b72-b6d4-23430430c816.png) I do not see the option to initialize it in a container &...

Using version 0.6.2, my Recaptcha v2 doesn't appear unless I navigate directly to the page or refresh after navigating to the page. Might be related to #12. I tried calling...

pending reproduction

https://www.google.com/recaptcha/enterprise.js?render=KEY will give error. Any workaround?

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt-community/recaptcha-module). ## Repository problems These problems occurred while...

Hi all, Please add the ability to change the language during program execution

Hello! Using recaptcha module on my project, and everything seems to work fine. But my sentry shows me `ReCaptcha error: Failed to load script` error from time to time. That...

The changes needed to be made are the following: * Make the script URL configurable. The enterprise script is located here: `https://www.google.com/recaptcha/enterprise.js?render=reCAPTCHA_site_key` * Make the calls to the enterprise `grecaptcha`...

Hello, when we send the form for the first time, if the answer is an error then we will go directly to the catch and we will never execute the...

Can you explain me, how to add multiple recaptcha to the single page in the nuxt js project? I have a form called BaseForm, it's the single file component, that...