Skip to content

Commit c41b69c

Browse files
[autofix.ci] apply automated fixes
1 parent b610f7a commit c41b69c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/server/src/verification/send-verification-email.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ export const sendInvitationEmail = async ({
8080
inviteLink: string;
8181
organizationName: string;
8282
}) => {
83-
const html = await renderInvitationEmail({ email, inviteLink, organizationName });
83+
const html = await renderInvitationEmail({
84+
email,
85+
inviteLink,
86+
organizationName,
87+
});
8488
await sendEmail({
8589
email,
8690
subject: `You've been invited to join ${organizationName} on Dokploy`,

0 commit comments

Comments
 (0)