Add warning to login_sso
This commit is contained in:
parent
dcce732f5e
commit
9a14cb6c90
@ -63,6 +63,8 @@ impl LoginChoice {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async fn login_sso(client: &Client, idp: Option<IdentityProvider>) -> anyhow::Result<Client> {
|
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 redirect_url = String::new();
|
||||||
|
|
||||||
let token = if let Some(idp) = idp {
|
let token = if let Some(idp) = idp {
|
||||||
|
Loading…
Reference in New Issue
Block a user