From c44184e881709e9476749f3bdbbdf6841399cc9d Mon Sep 17 00:00:00 2001 From: rrm15 <220701283@rajalakshmi.edu.in> Date: Wed, 5 Mar 2025 15:29:04 +0530 Subject: [PATCH] Update mail.ts --- lib/mail.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mail.ts b/lib/mail.ts index 2ab5a67..e520595 100644 --- a/lib/mail.ts +++ b/lib/mail.ts @@ -14,7 +14,7 @@ export const sendVerificationEmail = async (email: string, token: string) => { html: createEmailTemplate( "Verify Your Email", "Thank you for signing up with Wemace! To complete your registration, please verify your email address by clicking the button below.", - "Verify Email", + "Please Verify Email", confirmLink ), }); @@ -142,4 +142,4 @@ const createEmailTemplate = (title: string, message: string, buttonText: string, -`; \ No newline at end of file +`;