forked from federated-nexus/website
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" },
|
headers: { "Content-Type": "application/json" },
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
type: "m.login.password",
|
type: "m.login.password",
|
||||||
|
device_id: "nexus",
|
||||||
|
initial_device_display_name: "Federated Nexus Login",
|
||||||
identifier: { type: "m.id.user", user: username },
|
identifier: { type: "m.id.user", user: username },
|
||||||
password,
|
password,
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue