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 7285084 commit 65ac7e1Copy full SHA for 65ac7e1
bindings/matrix-sdk-ffi/src/authentication.rs
@@ -22,8 +22,8 @@ pub struct HomeserverLoginDetails {
22
pub(crate) url: String,
23
pub(crate) sliding_sync_version: SlidingSyncVersion,
24
pub(crate) supports_oidc_login: bool,
25
- pub(crate) supports_sso_login: bool,
26
pub(crate) supported_oidc_prompts: Vec<OidcPrompt>,
+ pub(crate) supports_sso_login: bool,
27
pub(crate) supports_password_login: bool,
28
}
29
0 commit comments