From 3b232bcc58f28dfbc122ff17042fd3aa53de206f Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Tue, 5 May 2026 11:31:58 -0700 Subject: [PATCH] set orgId to undefined --- src/components/SmartLoginOrgSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SmartLoginOrgSelector.tsx b/src/components/SmartLoginOrgSelector.tsx index 656cb1ca6..79a43782e 100644 --- a/src/components/SmartLoginOrgSelector.tsx +++ b/src/components/SmartLoginOrgSelector.tsx @@ -147,7 +147,7 @@ export default function SmartLoginOrgSelector({ const response = await generateOidcUrlProxy( idpId, safeRedirect, - orgId, + undefined, forceLogin );