diff --git a/src/matrix.rs b/src/matrix.rs index 1c78cf0..c32269a 100644 --- a/src/matrix.rs +++ b/src/matrix.rs @@ -63,6 +63,8 @@ impl LoginChoice { } async fn login_sso(client: &Client, idp: Option) -> anyhow::Result { + println!("Warning! SSO is a work in progress. Do not expect it to work."); + let redirect_url = String::new(); let token = if let Some(idp) = idp {