Skip to content

Commit 7f7682d

Browse files
committed
add missing prop definition
1 parent a79a9a1 commit 7f7682d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/google-recaptcha-provider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ interface IGoogleReCaptchaProviderProps {
3434
inlineBadgeId?: string | HTMLElement;
3535
parameters?: {
3636
sitekey?: string;
37+
badge?: string;
3738
theme?: string;
3839
size?: string;
3940
tabindex?: number;

0 commit comments

Comments
 (0)