Only use one login

This commit is contained in:
Henry Hiles 2025-07-29 15:13:30 -04:00
commit 8be5a54349
No known key found for this signature in database

View file

@ -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,
}), }),