From: Vivek Ashokkumar Date: Thu, 3 Nov 2022 21:00:28 +0000 (+0530) Subject: ✏ Fix typo in `docs/en/docs/tutorial/security/oauth2-jwt.md` (#5584) X-Git-Tag: 0.86.0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4e2bdb33a803da12800f8049811a32a6a5a4eeb;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix typo in `docs/en/docs/tutorial/security/oauth2-jwt.md` (#5584) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/tutorial/security/oauth2-jwt.md b/docs/en/docs/tutorial/security/oauth2-jwt.md index 09557f1ac5..41f00fd41e 100644 --- a/docs/en/docs/tutorial/security/oauth2-jwt.md +++ b/docs/en/docs/tutorial/security/oauth2-jwt.md @@ -257,7 +257,7 @@ Call the endpoint `/users/me/`, you will get the response as: -If you open the developer tools, you could see how the data sent and only includes the token, the password is only sent in the first request to authenticate the user and get that access token, but not afterwards: +If you open the developer tools, you could see how the data sent only includes the token, the password is only sent in the first request to authenticate the user and get that access token, but not afterwards: