Skip to content

Commit

Permalink
Refactor email sending to use specific OTP email template
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyshnav001 committed Sep 29, 2024
1 parent 273024b commit 47baf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/resend-mailer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EmailTemplate } from "../components/emails";
import { EmailTemplate } from "@/components/emails/otp-email";
import { ResendEmailOptions, sendEmail as SendEmailType } from "@/types";
import { Resend } from "resend";

Expand Down

0 comments on commit 47baf60

Please sign in to comment.