···62626363 if (process.env.NODE_ENV === "development") {
6464 console.log(
6565- `>>>> Invitation token: http://localhost:3000/app/invite?token=${token} <<<< `,
6565+ `>>>> Invitation token: http://localhost:3000/invite?token=${token} <<<< `,
6666 );
6767 }
6868···108108 }),
109109110110 /**
111111- * REMINDER: we are not using a protected procedure here of the `/app/invite` url
111111+ * REMINDER: we are not using a protected procedure here of the `/invite` url
112112 * instead of `/app/workspace-slug/invite` as the user is not allowed to it yet.
113113 * We validate the auth token in the `acceptInvitation` procedure
114114 */