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 d82d0f6 commit 4179a82Copy full SHA for 4179a82
bindings/matrix-sdk-ffi/src/client.rs
@@ -746,7 +746,8 @@ impl Client {
746
Ok(supports_password)
747
}
748
749
- /// Whether or not the client's homeserver supports the legacy SSO login flow.
+ /// Whether or not the client's homeserver supports the legacy SSO login
750
+ /// flow.
751
pub(crate) async fn supports_sso_login(&self) -> anyhow::Result<bool> {
752
let login_types = self.inner.matrix_auth().get_login_types().await?;
753
let supports_password = login_types
0 commit comments