set orgId to undefined

This commit is contained in:
miloschwartz
2026-05-05 11:31:58 -07:00
parent c575bb76e7
commit 3b232bcc58

View File

@@ -147,7 +147,7 @@ export default function SmartLoginOrgSelector({
const response = await generateOidcUrlProxy(
idpId,
safeRedirect,
orgId,
undefined,
forceLogin
);