mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-01 19:59:35 -05:00
fix: emails font size (#6228)
This commit is contained in:
@@ -57,14 +57,7 @@ export const inviteOrganizationMemberAction = authenticatedActionClient
|
||||
currentUserId: ctx.user.id,
|
||||
});
|
||||
|
||||
await sendInviteMemberEmail(
|
||||
invitedUserId,
|
||||
parsedInput.email,
|
||||
ctx.user.name,
|
||||
"",
|
||||
false, // is onboarding invite
|
||||
undefined
|
||||
);
|
||||
await sendInviteMemberEmail(invitedUserId, parsedInput.email, ctx.user.name, "");
|
||||
|
||||
ctx.auditLoggingCtx.inviteId = invitedUserId;
|
||||
ctx.auditLoggingCtx.newObject = {
|
||||
|
||||
Reference in New Issue
Block a user