@fivenorth/loop-sdk 0.1.2 → 0.1.3
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/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2365,6 +2365,7 @@ class LoopSDK {
|
|
|
2365
2365
|
localStorage.setItem("loop_connect", JSON.stringify(connectionInfo));
|
|
2366
2366
|
this.onAccept?.(this.provider);
|
|
2367
2367
|
this.hideQrCode();
|
|
2368
|
+
this.connection?.connectWebSocket(connectionInfo.ticketId, this.handleWebSocketMessage.bind(this));
|
|
2368
2369
|
} catch (error) {
|
|
2369
2370
|
console.error("Failed to update local storage with auth token.", error);
|
|
2370
2371
|
}
|