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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ Properties used to customise the rendering:
49
49
| onExpired | func |*optional* callback when the challenge is expired and has to be redone by user. By default it will call the onChange with null to signify expired callback. |
50
50
| onErrored | func |*optional* callback when the challenge errored, most likely due to network issues. |
51
51
| stoken | string |*optional* set the stoken parameter, which allows the captcha to be used from different domains, see [reCAPTCHA secure-token]|
52
+
| hl | string |*optional* set the hl parameter, which allows the captcha to be used from different languages, see [reCAPTCHA hl]|
52
53
| size | enum |*optional*`compact`, `normal` or `invisible`. This allows you to change the size or do an invisible captcha |
53
54
| badge | enum |*optional*`bottomright`, `bottomleft` or `inline`. Positions reCAPTCHA badge. *Only for invisible reCAPTCHA*|
54
55
@@ -170,3 +171,4 @@ Pre `1.0.0` and `React < 16.4.1` support details in [0.14.0](https://github.com/
0 commit comments