@zkyc/evg 1.2.0 → 1.3.0
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -60,7 +60,7 @@ async function ZKYCProcess(config) {
|
|
|
60
60
|
|
|
61
61
|
// Redirect to SDK
|
|
62
62
|
if (typeof window !== "undefined") {
|
|
63
|
-
window.location.assign(sdkUrl.toString());
|
|
63
|
+
// window.location.assign(sdkUrl.toString());
|
|
64
64
|
openZKYCPopup(sdkUrl.toString())
|
|
65
65
|
} else {
|
|
66
66
|
throw new Error("ZKYCProcess can only be used in browser environment");
|