mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-13 19:38:34 -04:00
✏️ Fix typos in OAuth2 password request forms (#14112)
Fixed typos in OAuth2PasswordRequestForm and in OAuth2PasswordRequestFormStrict
This commit is contained in:
@@ -89,7 +89,7 @@ class OAuth2PasswordRequestForm:
|
||||
Doc(
|
||||
"""
|
||||
`password` string. The OAuth2 spec requires the exact field name
|
||||
`password".
|
||||
`password`.
|
||||
"""
|
||||
),
|
||||
],
|
||||
@@ -243,7 +243,7 @@ class OAuth2PasswordRequestFormStrict(OAuth2PasswordRequestForm):
|
||||
Doc(
|
||||
"""
|
||||
`password` string. The OAuth2 spec requires the exact field name
|
||||
`password".
|
||||
`password`.
|
||||
"""
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user