From ecabeb6da451ac1ea3c4da7c4b1e6de14bcff7ba Mon Sep 17 00:00:00 2001 From: TenCreator Date: Sun, 5 Jan 2025 05:45:03 +0000 Subject: [PATCH] docs: Removed depricated function (#1134) --- docs/content/docs/authentication/email-password.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/content/docs/authentication/email-password.mdx b/docs/content/docs/authentication/email-password.mdx index 4cac38ee68..a648556801 100644 --- a/docs/content/docs/authentication/email-password.mdx +++ b/docs/content/docs/authentication/email-password.mdx @@ -265,11 +265,6 @@ export const auth = betterAuth({ "Sends a password reset email. It takes a function that takes two parameters: token and user.", type: "function", }, - sendVerificationEmail: { - description: - "Sends a verification email. It takes a function that takes two parameters: email and url.", - type: "function", - }, password: { description: "Password configuration.", type: "object",