✏ Fix typo in `docs/en/docs/tutorial/security/oauth2-jwt.md` (#5584)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Vivek Ashokkumar 2022-11-04 02:30:28 +05:30 committed by GitHub
parent 8a5befd099
commit d4e2bdb33a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ Call the endpoint `/users/me/`, you will get the response as:
<img src="/img/tutorial/security/image09.png">
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:
<img src="/img/tutorial/security/image10.png">