@cometh/connect-hosted-sdk
Advanced tools
Comparing version 0.1.0-dev.18 to 0.1.0-dev.19
@@ -47,2 +47,9 @@ var __defProp = Object.defineProperty; | ||
} | ||
if (event.data.type === "CLOSE_DIALOG" /* CLOSE_DIALOG */) { | ||
reject({ | ||
type, | ||
data: { message: "User terminated the flow by closing the modal." }, | ||
success: false | ||
}); | ||
} | ||
}; | ||
@@ -49,0 +56,0 @@ window.addEventListener("message", handler); |
{ | ||
"name": "@cometh/connect-hosted-sdk", | ||
"version": "0.1.0-dev.18", | ||
"version": "0.1.0-dev.19", | ||
"author": "Cometh", | ||
@@ -5,0 +5,0 @@ "description": "SDK Cometh Hosted-Connect", |
Sorry, the diff of this file is not supported yet
72440
2053