Comma comma comma comma comma chameleon

pull/234/head
David Baker 2015-08-20 10:31:18 +01:00
parent c50ad14bae
commit 4cf302de5b
1 changed files with 1 additions and 1 deletions

View File

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