mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
docs: changed wrong password length
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user