0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-29 13:08:57 +02:00

Comma comma comma comma comma chameleon

This commit is contained in:
David Baker 2015-08-20 10:31:18 +01:00
parent c50ad14bae
commit 4cf302de5b

View file

@ -86,7 +86,7 @@ class LoginRestServlet(ClientV1RestServlet):
user_id, self.hs.hostname).to_string() user_id, self.hs.hostname).to_string()
token = yield self.handlers.auth_handler.login_with_password( token = yield self.handlers.auth_handler.login_with_password(
user_id=user_id user_id=user_id,
password=login_submission["password"]) password=login_submission["password"])
result = { result = {