Skip to content

Commit

Permalink
Merge pull request Infisical#3013 from Infisical/daniel/cli-fix-2
Browse files Browse the repository at this point in the history
fix: saml redirect failing due to blocked pop-ups
  • Loading branch information
vmatsiiako authored Jan 20, 2025
2 parents 3c97c45 + 5a4d754 commit 81362be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/pages/auth/SelectOrgPage/SelectOrgPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ export const SelectOrganizationPage = () => {
}
}

window.open(url);
window.close();
window.location.href = url;
return;
}

Expand Down

0 comments on commit 81362be

Please sign in to comment.