Merge pull request #3013 from Infisical/daniel/cli-fix-2

fix: saml redirect failing due to blocked pop-ups
This commit is contained in:
Vlad Matsiiako
2025-01-20 13:21:32 -08:00
committed by GitHub

View File

@@ -85,8 +85,7 @@ export const SelectOrganizationPage = () => {
}
}
window.open(url);
window.close();
window.location.href = url;
return;
}