mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 20:37:44 +00:00
docs: fix typo issues
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user