From c817a5b8945a41cd540b9ad90e6c9585fbb9a425 Mon Sep 17 00:00:00 2001 From: Carlos Monastyrski Date: Wed, 17 Dec 2025 18:29:54 -0300 Subject: [PATCH] Address PR suggestions --- .../components/OrgSsoTab/OrgGeneralAuthSection.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/src/pages/organization/SettingsPage/components/OrgSsoTab/OrgGeneralAuthSection.tsx b/frontend/src/pages/organization/SettingsPage/components/OrgSsoTab/OrgGeneralAuthSection.tsx index ca33f1718e..517e233c46 100644 --- a/frontend/src/pages/organization/SettingsPage/components/OrgSsoTab/OrgGeneralAuthSection.tsx +++ b/frontend/src/pages/organization/SettingsPage/components/OrgSsoTab/OrgGeneralAuthSection.tsx @@ -103,10 +103,6 @@ export const OrgGeneralAuthSection = ({ } } catch (err) { console.error(err); - createNotification({ - text: `Failed to enable ${enforcementTypeInModal === EnforceAuthType.SAML ? "SAML" : "Google"} SSO enforcement`, - type: "error" - }); } }; @@ -342,7 +338,7 @@ export const OrgGeneralAuthSection = ({ Admin Login Portal