GoogleCloudPlatform / recaptcha-enterprise-react-native

Apache License 2.0
28 stars 4 forks source link

Fix timeout optional param #14

Closed sharifhh closed 1 year ago

sharifhh commented 1 year ago

Currently the app crashes with NoSuchKeyException from react bridge since the code is trying to get "timeout" when it doesn't exist, this param should be optional, so you shouldn't try to fetch it unless it exist.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

mcorner commented 1 year ago

Thanks for noticing this. We don't accept pull requests (the source of truth for this repo is elsewhere, but the fix will be in the next release.)