Skip to content

Commit 042035f

Browse files
committed
fix: wording send mail helper
1 parent ccc8860 commit 042035f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/SendEmail.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class SendMail {
2020
__dirname,
2121
`../../public/templates/emails/register.html`
2222
)
23-
const subject = 'Verifikasi Email'
23+
const subject = 'Email Verification'
2424
const urlToken = `${BASE_URL_CLIENT}/email/verify?token=${token}`
2525
const dataTemplate = { APP_NAME, fullName, urlToken }
2626
const Email = new EmailProvider()

0 commit comments

Comments
 (0)