mirror of
https://github.com/dokploy/dokploy.git
synced 2026-06-14 03:19:49 +00: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