diff --git a/app/onboarding/page.tsx b/app/onboarding/page.tsx index 0049e05..db0a5c9 100644 --- a/app/onboarding/page.tsx +++ b/app/onboarding/page.tsx @@ -42,7 +42,6 @@ export default function OnboardingPage() { credentials: "include", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ - organisationName: orgName, inviteCode: orgInvite, }), }); @@ -133,22 +132,6 @@ export default function OnboardingPage() { )} {role === "employee" && (