@hcaptcha/react-hcaptcha
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -244,3 +244,3 @@ import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized"; | ||
onVerify(token, ekey); //Dispatch event to verify user response | ||
if (onVerify) onVerify(token, ekey); //Dispatch event to verify user response | ||
}; | ||
@@ -247,0 +247,0 @@ |
@@ -283,3 +283,3 @@ "use strict"; | ||
onVerify(token, ekey); //Dispatch event to verify user response | ||
if (onVerify) onVerify(token, ekey); //Dispatch event to verify user response | ||
} | ||
@@ -286,0 +286,0 @@ }, { |
{ | ||
"name": "@hcaptcha/react-hcaptcha", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"types": "types/index.d.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -235,3 +235,3 @@ import * as React from 'react'; | ||
const ekey = hcaptcha.getRespKey(captchaId) //Get current challenge session id from hCaptcha widget | ||
onVerify(token, ekey) //Dispatch event to verify user response | ||
if (onVerify) onVerify(token, ekey) //Dispatch event to verify user response | ||
} | ||
@@ -238,0 +238,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46703