diff --git a/frontend/src/gateway.js b/frontend/src/gateway.js index 5112424..bf845dc 100644 --- a/frontend/src/gateway.js +++ b/frontend/src/gateway.js @@ -114,7 +114,7 @@ export default { this.reconnectDelay *= 2; } this.reconnectTimeout = setTimeout(() => { - this.init(); + this.init(token); }, this.reconnectDelay); }