Skip to content

Commit 65ac7e1

Browse files
committed
fixup! feat(ffi): Expose legacy SSO support infomation
1 parent 7285084 commit 65ac7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/matrix-sdk-ffi/src/authentication.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ pub struct HomeserverLoginDetails {
2222
pub(crate) url: String,
2323
pub(crate) sliding_sync_version: SlidingSyncVersion,
2424
pub(crate) supports_oidc_login: bool,
25-
pub(crate) supports_sso_login: bool,
2625
pub(crate) supported_oidc_prompts: Vec<OidcPrompt>,
26+
pub(crate) supports_sso_login: bool,
2727
pub(crate) supports_password_login: bool,
2828
}
2929

0 commit comments

Comments
 (0)