You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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?
The text was updated successfully, but these errors were encountered: