From 8c4d9508c7caebf2e6210c7d1e527f0259778df1 Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Fri, 29 Aug 2025 19:17:40 +0530 Subject: [PATCH] Add provider modal optimised --- src/components/config/SSOSettings.tsx | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/components/config/SSOSettings.tsx b/src/components/config/SSOSettings.tsx index c435f8e..7dd68d2 100644 --- a/src/components/config/SSOSettings.tsx +++ b/src/components/config/SSOSettings.tsx @@ -372,8 +372,8 @@ export function SSOSettings() { Add Provider - - + + {editingProvider ? 'Edit SSO Provider' : 'Add SSO Provider'} {editingProvider @@ -381,14 +381,15 @@ export function SSOSettings() { : 'Configure an external identity provider for user authentication'} - setProviderType(value as 'oidc' | 'saml')}> - - OIDC / OAuth2 - SAML 2.0 - - - {/* Common Fields */} -
+
+ setProviderType(value as 'oidc' | 'saml')}> + + OIDC / OAuth2 + SAML 2.0 + + + {/* Common Fields */} +
@@ -569,7 +570,8 @@ export function SSOSettings() { - +
+