mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-27 01:16:55 -05:00
docs: fix syntax error in email-password authentication configuration
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user