diff --git a/maubot/management/api/client_auth.py b/maubot/management/api/client_auth.py index cf4d845..b0bc690 100644 --- a/maubot/management/api/client_auth.py +++ b/maubot/management/api/client_auth.py @@ -110,7 +110,7 @@ async def login(request: web.Request) -> web.Response: info, err = await read_client_auth_request(request) if err is not None: return err - api, _, username, password = info + api, _, username, password, _ = info try: return web.json_response(await api.request(Method.POST, Path.login, content={ "type": "m.login.password",