mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-16 03:40:23 +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
|
```json
|
||||||
{
|
{
|
||||||
"detail": {
|
"detail": {
|
||||||
"code": "REGISTER_INVALID_PASSWORD",
|
"code": "RESET_PASSWORD_INVALID_PASSWORD",
|
||||||
"reason": "Password should be at least 3 characters"
|
"reason": "Password should be at least 3 characters"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user