diff --git a/src/stores/sockets.ts b/src/stores/sockets.ts index 1616d4c..bbc3e64 100644 --- a/src/stores/sockets.ts +++ b/src/stores/sockets.ts @@ -110,6 +110,7 @@ export const useSocketsStore = defineStore('sockets', () => { } function connect() { + console.log({ url: url, token: authStore.getToken() }) postMessage(COMMAND.CONNECT, { url: url, token: authStore.getToken() }) }