@spacinbox/sdk 2.0.2 → 2.0.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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/widget.global.js +1 -1
- package/dist/widget.global.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -398,7 +398,7 @@ var socket = (0, import_signals2.signal)(null);
|
|
|
398
398
|
var SocketService = {
|
|
399
399
|
async connect() {
|
|
400
400
|
const token = sessionToken.value;
|
|
401
|
-
socket.value = (0, import_socket.io)("https://ws.
|
|
401
|
+
socket.value = (0, import_socket.io)("https://ws.simple-login.com", {
|
|
402
402
|
auth: { token },
|
|
403
403
|
reconnection: true
|
|
404
404
|
});
|