docs: changed wrong password length

This commit is contained in:
Mo Amir
2025-05-12 20:08:19 +05:30
committed by GitHub
parent a017cbbaca
commit 6e03d06a99

View File

@@ -37,7 +37,7 @@ export const auth = betterAuth({
To sign a user up, you can use the `signUp.email` function provided by the client. The `signUp` function takes an object with the following properties:
- `email`: The email address of the user.
- `password`: The password of the user. It should be at least 8 characters long and max 32 by default.
- `password`: The password of the user. It should be at least 8 characters long and max 128 by default.
- `name`: The name of the user.
- `image`: The image of the user. (optional)