mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-08 07:23:10 -06:00
Remove FIXME
This commit is contained in:
parent
e649c120bf
commit
69fef88093
|
|
@ -185,7 +185,7 @@ func completeRegistration(accountDB *accounts.Database, deviceDB *devices.Databa
|
|||
Code: 200,
|
||||
JSON: registerResponse{
|
||||
UserID: dev.UserID,
|
||||
AccessToken: dev.AccessToken, // FIXME
|
||||
AccessToken: dev.AccessToken,
|
||||
HomeServer: acc.ServerName,
|
||||
DeviceID: dev.ID,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue