gbc-kyc-kit 1.8.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/gbc-kyc-kit.es.js +0 -2
- package/dist/gbc-kyc-kit.umd.js +20 -20
- package/package.json +2 -2
package/dist/gbc-kyc-kit.es.js
CHANGED
|
@@ -24892,7 +24892,6 @@ const LivenessController = (clientId, eventId, source2, inProduction, countryCod
|
|
|
24892
24892
|
const [similarity, setSimilarity] = useState(0);
|
|
24893
24893
|
const listener = (event) => {
|
|
24894
24894
|
if (event.detail) {
|
|
24895
|
-
console.log(event.detail, "detail");
|
|
24896
24895
|
if (event.detail.action === "PROCESS_FINISHED" && event.detail.data.response.code != -1) {
|
|
24897
24896
|
setData(event.detail.data.response);
|
|
24898
24897
|
}
|
|
@@ -24936,7 +24935,6 @@ const LivenessController = (clientId, eventId, source2, inProduction, countryCod
|
|
|
24936
24935
|
geolocation
|
|
24937
24936
|
}).then((res) => dataLiveness(res));
|
|
24938
24937
|
} catch (errorSavingData) {
|
|
24939
|
-
console.log(errorSavingData);
|
|
24940
24938
|
return errorSavingData;
|
|
24941
24939
|
}
|
|
24942
24940
|
};
|