mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-15 19:30:47 +08:00
Corrected reset password error response docs (#1116)
This commit is contained in:
@ -140,7 +140,7 @@ Reset a password. Requires the token generated by the `/forgot-password` route.
|
||||
```json
|
||||
{
|
||||
"detail": {
|
||||
"code": "REGISTER_INVALID_PASSWORD",
|
||||
"code": "RESET_PASSWORD_INVALID_PASSWORD",
|
||||
"reason": "Password should be at least 3 characters"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user