···6263 if (process.env.NODE_ENV === "development") {
64 console.log(
65- `>>>> Invitation token: http://localhost:3000/app/invite?token=${token} <<<< `,
66 );
67 }
68···108 }),
109110 /**
111- * REMINDER: we are not using a protected procedure here of the `/app/invite` url
112 * instead of `/app/workspace-slug/invite` as the user is not allowed to it yet.
113 * We validate the auth token in the `acceptInvitation` procedure
114 */
···6263 if (process.env.NODE_ENV === "development") {
64 console.log(
65+ `>>>> Invitation token: http://localhost:3000/invite?token=${token} <<<< `,
66 );
67 }
68···108 }),
109110 /**
111+ * REMINDER: we are not using a protected procedure here of the `/invite` url
112 * instead of `/app/workspace-slug/invite` as the user is not allowed to it yet.
113 * We validate the auth token in the `acceptInvitation` procedure
114 */