We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e17c5f commit ce959e4Copy full SHA for ce959e4
src/recaptcha-wrapper.js
@@ -21,5 +21,5 @@ export default makeAsyncScriptLoader(ReCAPTCHA, getURL, {
21
callbackName,
22
globalName,
23
removeOnMount: initialOptions.removeOnMount || false,
24
- exposeFuncs: ["getValue", "getWidgetId", "reset", "execute"]
+ exposeFuncs: ["getValue", "getWidgetId", "reset", "execute"],
25
});
0 commit comments