@ensofinance/checkout-widget 0.0.7 → 0.0.8
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.
|
@@ -51959,10 +51959,10 @@ const tm = ({
|
|
|
51959
51959
|
const h = XT({
|
|
51960
51960
|
clientId: i,
|
|
51961
51961
|
onIntegrationConnected: (p) => {
|
|
51962
|
-
console.log("onIntegrationConnected", p), t(
|
|
51962
|
+
console.log("onIntegrationConnected", p), h.closeLink(), t(
|
|
51963
51963
|
1
|
|
51964
51964
|
/* GetHoldings */
|
|
51965
|
-
), c(p.accessToken)
|
|
51965
|
+
), c(p.accessToken);
|
|
51966
51966
|
},
|
|
51967
51967
|
onExit: (p) => {
|
|
51968
51968
|
console.log("onExit", p);
|