docs: fix typo issues

This commit is contained in:
Bereket Engida
2024-09-27 19:10:37 +03:00
parent 02e03b3290
commit 865e939dfb
3 changed files with 7 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ export const auth = betterAuth({
}),
emailAndPassword: {
enabled: true,
async sendResetPasswordToken(token, user) {
async sendResetPassword(token, user) {
const res = await resend.emails.send({
from,
to: user.email,