reconnect websockets when event auth:login_success

This commit is contained in:
SrGooglo 2023-05-24 17:42:03 +00:00
parent 7904165e0a
commit 7dc614b419

View File

@ -353,6 +353,8 @@ class ComtyApp extends React.Component {
await this.initialization()
app.cores.api.reconnectWebsockets()
app.navigation.goMain()
app.eventBus.emit("layout.animations.fadeIn")