mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Return fully qualified user_id as per spec
This commit is contained in:
parent
b1e35eabf2
commit
21b71b6d7c
@ -91,7 +91,7 @@ class LoginRestServlet(ClientV1RestServlet):
|
||||
password=login_submission["password"])
|
||||
|
||||
result = {
|
||||
"user_id": login_submission["user"], # may have changed
|
||||
"user_id": user_id, # may have changed
|
||||
"access_token": access_token,
|
||||
"refresh_token": refresh_token,
|
||||
"home_server": self.hs.hostname,
|
||||
|
Loading…
Reference in New Issue
Block a user