Skip to content

Commit 4179a82

Browse files
committed
fixup! feat(ffi): Expose legacy SSO support infomation
1 parent d82d0f6 commit 4179a82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,8 @@ impl Client {
746746
Ok(supports_password)
747747
}
748748

749-
/// Whether or not the client's homeserver supports the legacy SSO login flow.
749+
/// Whether or not the client's homeserver supports the legacy SSO login
750+
/// flow.
750751
pub(crate) async fn supports_sso_login(&self) -> anyhow::Result<bool> {
751752
let login_types = self.inner.matrix_auth().get_login_types().await?;
752753
let supports_password = login_types

0 commit comments

Comments
 (0)