From 5a4d7541a29e660b8e795ed1ab8c7487e31cd96c Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Mon, 20 Jan 2025 22:13:52 +0100 Subject: [PATCH] Update SelectOrgPage.tsx --- frontend/src/pages/auth/SelectOrgPage/SelectOrgPage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/pages/auth/SelectOrgPage/SelectOrgPage.tsx b/frontend/src/pages/auth/SelectOrgPage/SelectOrgPage.tsx index 5c73799a39..76d80b8057 100644 --- a/frontend/src/pages/auth/SelectOrgPage/SelectOrgPage.tsx +++ b/frontend/src/pages/auth/SelectOrgPage/SelectOrgPage.tsx @@ -85,8 +85,7 @@ export const SelectOrganizationPage = () => { } } - window.open(url); - window.close(); + window.location.href = url; return; }