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
I need to customize de css of my invisible recaptcha but there is no binding property to the data-badge attribute.
According to official invisible recaptcha doc (https://developers.google.com/recaptcha/docs/invisible) , there should be a ReCaptchaV2.Badge enum with the following values :
"bottomright", "bottomleft", "inline".
The text was updated successfully, but these errors were encountered:
Thanks for submitting this! It indeed needs to be tackled, I'll add support for this once I have time to do this. In the meanwhile, feel free to submit a PR
I need to customize de css of my invisible recaptcha but there is no binding property to the data-badge attribute.
According to official invisible recaptcha doc (https://developers.google.com/recaptcha/docs/invisible) , there should be a ReCaptchaV2.Badge enum with the following values :
"bottomright", "bottomleft", "inline".
The text was updated successfully, but these errors were encountered: