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
**0** dependencies. **<1kb** gzipped. Integrates well with Vue.JS, React, Preact, Angular, etc.
8
8
@@ -267,7 +267,7 @@ If you would like to programmatically call the `render()` method, you can set `a
267
267
|`size`|String (normal, compact, invisible) |`normal`| This specifies the "size"of the checkbox. hCaptcha allows you to decide how big the component will appear on render. Defaults to normal. |
268
268
|`theme`|String (light, dark) |`light`| hCaptcha supports both a light and dark theme. If no theme is set, the API will default to light. |
269
269
|`tabindex`| Integer |`0`|Set the tabindex of the widget and popup. When appropriate, this can make navigation of your site more intuitive. |
270
-
|`hl`|String (ISO639-2 code) |-| hCaptcha auto-detects language via the user's browser. This overrides that to set a default UI language. |
270
+
|`hl`|String (ISO639-1 code) |-| hCaptcha auto-detects language via the user's browser. This overrides that to set a default UI language. |
271
271
| `challenge-container` | String | - | A custom element ID to render the hCaptcha challenge. |
272
272
| `rqdata` | String | - | See Enterprise docs. |
273
273
@@ -278,7 +278,7 @@ These attributes are optional.
| `recaptchacompat` | Boolean | `true` | Disable drop-in replacement for reCAPTCHA with `false` to prevent hCaptcha from injecting into window.grecaptcha. |
281
-
| `hl` | String (ISO 639-2 code) | - | hCaptcha auto-detects language via the user's browser. This overrides that to set a default UI language. |
281
+
| `hl` | String (ISO 639-1 code) | - | hCaptcha auto-detects language via the user's browser. This overrides that to set a default UI language. |
0 commit comments