Only use one login
This commit is contained in:
parent
8e90ca3cc1
commit
8be5a54349
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ import "../styles/login.css"
|
|||
headers: { "Content-Type": "application/json" },
|
||||
body: JSON.stringify({
|
||||
type: "m.login.password",
|
||||
device_id: "nexus",
|
||||
initial_device_display_name: "Federated Nexus Login",
|
||||
identifier: { type: "m.id.user", user: username },
|
||||
password,
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue