diff --git a/surfsense_web/app/dashboard/[search_space_id]/onboard/page.tsx b/surfsense_web/app/dashboard/[search_space_id]/onboard/page.tsx index 8709a4491..17db12ab7 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/onboard/page.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/onboard/page.tsx @@ -259,7 +259,7 @@ export default function OnboardPage() { You can add more configurations and customize settings anytime in{" "} @@ -954,14 +954,16 @@ function AllInvitesDialog({
- - {typeof window !== "undefined" - ? `${window.location.origin}/invite/${invite.invite_code}` - : `/invite/${invite.invite_code}`} - -