Only use one login
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

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