remove duplicate behaviors

This commit is contained in:
SrGooglo 2025-03-25 23:03:57 +00:00
parent 8a20633531
commit 8aade811fe

View File

@ -40,13 +40,11 @@ class ComtyApp extends React.Component {
await this.auth.flush()
await this.initialization()
app.cores.api.reconnectWebsockets()
app.navigation.goMain()
},
onLogout: async () => {
await this.auth.flush()
app.cores.api.disconnectWebsockets()
app.navigation.goAuth()
},
onInvalidSession: async (error) => {