mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-19 16:21:31 -05: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