Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I hide the recaptcha badge? #186

Open
eleversa opened this issue Nov 9, 2023 · 1 comment
Open

How can I hide the recaptcha badge? #186

eleversa opened this issue Nov 9, 2023 · 1 comment

Comments

@eleversa
Copy link

eleversa commented Nov 9, 2023

In google Frecuently Asked Questions about Google Recaptcha V3 says:

_I'd like to hide the reCAPTCHA badge. What is allowed?
You are allowed to hide the badge as long as you include the reCAPTCHA branding visibly in the user flow. Please include the following text:

This site is protected by reCAPTCHA and the Google
Privacy Policy and
Terms of Service apply.

Note: if you choose to hide the badge, please use

.grecaptcha-badge { visibility: hidden; }_

I'm wondering if there is a way to do that with this dependency.

Any ideas?

@cbdelavenne
Copy link

cbdelavenne commented Dec 4, 2023

I was wondering the same thing! I'm using the same CSS workaround in the mean time, but it would be more elegant if the component supported: container.parameters.visible as a boolean.

container={{
      parameters: {
        visible: false, // optional, default true
        badge: '[inline|bottomright|bottomleft]', // optional, default undefined
        theme: 'dark', // optional, default undefined
      }
    }}

Too bad that's not an option (yet).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants