Make login button work for login page
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user