mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-06-02 08:52:26 -04:00
Be consistent when associating keys with login types for registration/login.
This commit is contained in:
parent
14bc4ed59f
commit
2c00e1ecd9
4 changed files with 4 additions and 4 deletions
|
@ -99,7 +99,7 @@ class RestTestCase(unittest.TestCase):
|
|||
"POST",
|
||||
"/register",
|
||||
json.dumps({
|
||||
"user_id": user_id,
|
||||
"user": user_id,
|
||||
"password": "test",
|
||||
"type": "m.login.password"
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue