From 0f6987d6ba652811500133d628fad9a8dae3f647 Mon Sep 17 00:00:00 2001 From: Stuart Heap Date: Wed, 22 Sep 2021 13:50:53 +0200 Subject: [PATCH] avoid panics --- src/api/identity.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/identity.rs b/src/api/identity.rs index 0f8aba3b..d5e6266b 100644 --- a/src/api/identity.rs +++ b/src/api/identity.rs @@ -583,7 +583,7 @@ fn get_client_from_sso_config (sso_config: &SsoConfig) -> Result metadata, Err(_err) => { @@ -595,7 +595,7 @@ fn get_client_from_sso_config (sso_config: &SsoConfig) -> Result