Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/mail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
});
Expand Down Expand Up @@ -142,4 +142,4 @@ const createEmailTemplate = (title: string, message: string, buttonText: string,
</div>
</body>
</html>
`;
`;