mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Comma comma comma comma comma chameleon
This commit is contained in:
parent
c50ad14bae
commit
4cf302de5b
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user