Skip to content

Commit

Permalink
Remove redundant build files
Browse files Browse the repository at this point in the history
  • Loading branch information
DSergiu committed Feb 2, 2021
1 parent 9129e25 commit c94ffaa
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 473 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ In these instances, you'll most likely want to use `ref` to handle the callbacks
|`tabindex`|Integer|No|`0`|Set the tabindex of the widget and popup. When appropriate, this can make navigation of your site more intuitive.|
|`languageOverride`|String (ISO 639-2 code)|No|`auto`|hCaptcha auto-detects language via the user's browser. This overrides that to set a default UI language. See [language codes](https://hcaptcha.com/docs/languages).|
|`reCaptchaCompat`|Boolean|No|`true`|Disable drop-in replacement for reCAPTCHA with `false` to prevent hCaptcha from injecting into `window.grecaptcha`.|
|`id`|String|No|`random id`|Manually set the ID of the hCaptcha component. Make sure each hCaptcha component generated on a single page has its own unique ID when using this prop.|

### Events

Expand Down
166 changes: 0 additions & 166 deletions dist/component/HCaptcha.js

This file was deleted.

9 changes: 0 additions & 9 deletions dist/index.html

This file was deleted.

Loading

0 comments on commit c94ffaa

Please sign in to comment.