@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.
package/package.json
CHANGED
|
@@ -244,9 +244,9 @@ const CheckSessionKeyStep = ({
|
|
|
244
244
|
clientId: address,
|
|
245
245
|
onIntegrationConnected: (payload) => {
|
|
246
246
|
console.log("onIntegrationConnected", payload);
|
|
247
|
+
meshLink.closeLink();
|
|
247
248
|
setStep(WithdrawalStep.GetHoldings);
|
|
248
249
|
handleMeshAccessPayload(payload.accessToken); // Persist access token and session id for future reloads
|
|
249
|
-
meshLink.closeLink();
|
|
250
250
|
},
|
|
251
251
|
onExit: (error) => {
|
|
252
252
|
console.log("onExit", error);
|