feat: email/password auth + email verification + password reset via Resend

This commit is contained in:
lila 2026-05-02 13:05:43 +02:00
parent 4ae2c568c6
commit ccfd83d16c
2 changed files with 4 additions and 2 deletions

View file

@ -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,