Hotfix: fixed callback URL for team invite email (#2978)
parent
879619e075
commit
dd09854932
|
@ -90,7 +90,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
|||
from: session.user.name,
|
||||
to: usernameOrEmail,
|
||||
teamName: team.name,
|
||||
joinLink: `${BASE_URL}/auth/signup?token=${token}&callbackUrl=${BASE_URL + "/settings/teams"}`,
|
||||
joinLink: `${BASE_URL}/auth/signup?token=${token}&callbackUrl=/settings/teams}`,
|
||||
};
|
||||
|
||||
await sendTeamInviteEmail(teamInviteEvent);
|
||||
|
|
Loading…
Reference in New Issue