Make login button work for login page

This commit is contained in:
miruka
2019-04-26 18:47:25 -04:00
parent c7dd602687
commit dc2f779d4b
6 changed files with 24 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ class SignalManager(QObject):
def onClientAdded(self, client: Client) -> None:
print(client)
self.connectClient(client)
self.backend.models.accounts.append(User(
userId = client.userId,