From 0192558fe5fe722578832381817149e643fbecd8 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Tue, 4 Mar 2025 02:10:52 +0300 Subject: [PATCH] docs: fix syntax error in email-password authentication configuration --- docs/content/docs/authentication/email-password.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/authentication/email-password.mdx b/docs/content/docs/authentication/email-password.mdx index 1afc994fb3..afa15c829a 100644 --- a/docs/content/docs/authentication/email-password.mdx +++ b/docs/content/docs/authentication/email-password.mdx @@ -295,10 +295,10 @@ export const auth = betterAuth({ }, resetPasswordTokenExpiresIn: { description: - "Number of seconds the reset password token is valid for." + "Number of seconds the reset password token is valid for.", type: "number", default: 3600 - } + }, password: { description: "Password configuration.", type: "object",