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

@@ -61,7 +61,7 @@ class ClientManager(QObject):
@pyqtSlot(str, str, str)
@pyqtSlot(str, str, str)
@pyqtSlot(str, str, str, str)
def new(self, hostname: str, username: str, password: str,
device_id: str = "") -> None: