Update SelectOrgPage.tsx

This commit is contained in:
Daniel Hougaard
2025-01-20 22:13:52 +01:00
parent 4a6f759900
commit 5a4d7541a2

View File

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