✏️ Fix typos in OAuth2 password request forms (#14112)

Fixed typos in OAuth2PasswordRequestForm and in OAuth2PasswordRequestFormStrict
This commit is contained in:
alv2017 2025-09-25 09:45:24 +03:00 committed by GitHub
parent 287eb316df
commit 3eb2ee7510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ class OAuth2PasswordRequestForm:
Doc( Doc(
""" """
`password` string. The OAuth2 spec requires the exact field name `password` string. The OAuth2 spec requires the exact field name
`password". `password`.
""" """
), ),
], ],
@ -243,7 +243,7 @@ class OAuth2PasswordRequestFormStrict(OAuth2PasswordRequestForm):
Doc( Doc(
""" """
`password` string. The OAuth2 spec requires the exact field name `password` string. The OAuth2 spec requires the exact field name
`password". `password`.
""" """
), ),
], ],