Skip to content

Commit

Permalink
Add identifier when login with password
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel committed Aug 19, 2024
1 parent 035baa7 commit 95fb97a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/synapse/authProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ const authProvider: AuthProvider = {
type: "m.login.password",
user: username,
password: password,
identifier: {
type: "m.id.user",
user: username,
},
}
)
),
Expand Down

0 comments on commit 95fb97a

Please sign in to comment.