Add homeserver URL field to login screen

This commit is contained in:
miruka
2019-09-07 17:24:58 -04:00
parent 8113ba468d
commit 11486ab51d
3 changed files with 17 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ class Backend:
user: str,
password: str,
device_id: Optional[str] = None,
homeserver: str = "https://matrix.org",
homeserver: str = "https://matrix.org",
) -> Tuple[bool, str]:
client = MatrixClient(