mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -80,7 +80,11 @@ export const sendInvitationEmail = async ({
|
||||
inviteLink: string;
|
||||
organizationName: string;
|
||||
}) => {
|
||||
const html = await renderInvitationEmail({ email, inviteLink, organizationName });
|
||||
const html = await renderInvitationEmail({
|
||||
email,
|
||||
inviteLink,
|
||||
organizationName,
|
||||
});
|
||||
await sendEmail({
|
||||
email,
|
||||
subject: `You've been invited to join ${organizationName} on Dokploy`,
|
||||
|
||||
Reference in New Issue
Block a user