This commit is contained in:
Michael Hollister 2024-04-16 10:15:36 +02:00 committed by GitHub
commit b0d25d218b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,10 @@ const authProvider = {
token: loginToken,
}
: {
identifier: {
type: "m.id.user",
user: username,
},
type: "m.login.password",
user: username,
password: password,