feat: email/password auth + email verification + password reset via Resend
This commit is contained in:
parent
4ae2c568c6
commit
ccfd83d16c
2 changed files with 4 additions and 2 deletions
|
|
@ -48,7 +48,6 @@ export const auth = betterAuth({
|
|||
user: { email: string };
|
||||
url: string;
|
||||
}) => {
|
||||
console.log("Sending verification email to", user.email, url);
|
||||
await resend.emails.send({
|
||||
from: emailFrom,
|
||||
to: user.email,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue