diff --git a/clients/apps/web/src/components/Accounts/AccountSetup.tsx b/clients/apps/web/src/components/Accounts/AccountSetup.tsx index 48f6314e5b..2ef9a43cf3 100644 --- a/clients/apps/web/src/components/Accounts/AccountSetup.tsx +++ b/clients/apps/web/src/components/Accounts/AccountSetup.tsx @@ -60,7 +60,7 @@ export const AccountSetup: React.FC = ({ const link = await api.accounts.dashboardLink({ id: account.id, }) - window.location.href = link.url + window.open(link.url, '_blank'); } return (