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