We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451f13d commit 6b02aa8Copy full SHA for 6b02aa8
src/client_api.rs
@@ -30,7 +30,7 @@ impl<C: HttpClient> Client<C> {
30
let response = self
31
.send_request(assign!(
32
login::Request::new(
33
- LoginInfo::Password { identifier: UserIdentifier::MatrixId(user), password }
+ LoginInfo::Password(login::Password { identifier: UserIdentifier::MatrixId(user), password })
34
), {
35
device_id,
36
initial_device_display_name,
0 commit comments