docs: fix syntax error in email-password authentication configuration

This commit is contained in:
Bereket Engida
2025-03-04 02:10:52 +03:00
parent c5c7438bd9
commit 0192558fe5

View File

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