This commit is contained in:
gnieto 2024-04-18 14:54:05 +02:00 committed by GitHub
commit 8a64a25edd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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