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
@@ -48,6 +48,8 @@ Same thing applied when you use this library with framework such as Next.js or R
48
48
| language | String || No | optional prop to support different languages that is supported by Google Recaptcha. https://developers.google.com/recaptcha/docs/language|
49
49
| useRecaptchaNet | Boolean | false | No | The provider also provide the prop `useRecaptchaNet` to load script from `recaptcha.net`: https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally|
50
50
| useEnterprise | Boolean | false | No |[Enterprise option](#enterprise)|
51
+
| inlineBadgeId | String || No | Container ID where the recaptcha badge will be rendered |
52
+
| parameters | Object || No | Configuration for the inline badge (See google recaptcha docs) |
0 commit comments