mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:46:04 -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
|
@ -100,7 +100,7 @@ angular.module('matrixService', [])
|
|||
}
|
||||
else if (loginType === "m.login.password") {
|
||||
data = {
|
||||
user_id: userName,
|
||||
user: userName,
|
||||
password: password
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue