app now not automatly open login drawer

This commit is contained in:
srgooglo 2022-09-09 17:44:06 +02:00
parent 97e959f9d7
commit 4a2c852547

View File

@ -133,7 +133,6 @@ class App extends React.Component {
},
"app.forceToLogin": () => {
window.app.setLocation("/login")
app.eventBus.emit("app.createLogin")
},
"websocket_connected": () => {
if (this.wsReconnecting) {