From 9a14cb6c90d4a65338b78afb77bea73f4a3f25b7 Mon Sep 17 00:00:00 2001 From: 0xf8 <0xf8.dev@proton.me> Date: Thu, 20 Apr 2023 21:51:08 -0400 Subject: [PATCH] Add warning to login_sso --- src/matrix.rs | 2 ++ 1 file changed, 2 insertions(+) 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 {