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 );