Add warning to login_sso

This commit is contained in:
0xf8 2023-04-20 21:51:08 -04:00
parent dcce732f5e
commit 9a14cb6c90
Signed by: 0xf8
GPG Key ID: 446580D758689584

View File

@ -63,6 +63,8 @@ impl LoginChoice {
}
async fn login_sso(client: &Client, idp: Option<IdentityProvider>) -> anyhow::Result<Client> {
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 {