style: fix prettier formatting

This commit is contained in:
yusufipk
2026-07-12 18:38:17 +07:00
parent 6c6df3cf1d
commit 33008d33ad
4 changed files with 5 additions and 9 deletions
+1 -2
View File
@@ -110,8 +110,7 @@ export async function sendVerificationEmail(email: string, token: string): Promi
}
const verifyUrl = `${baseUrl}/api/auth/verify-email?token=${encodeURIComponent(token)}`;
const from =
process.env.SMTP_FROM || process.env.EMAIL_FROM || 'OpenFrame <[email protected]>';
const from = process.env.SMTP_FROM || process.env.EMAIL_FROM || 'OpenFrame <[email protected]>';
const html = brandedEmailTemplate(
`