Skip to content

Commit

Permalink
Add missing \ in oauth curl example (#486)
Browse files Browse the repository at this point in the history
Co-authored-by: BuckarooBanzay <[email protected]>
  • Loading branch information
BuckarooBanzay and BuckarooBanzay authored Oct 31, 2023
1 parent 047bf93 commit c09f190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/flatpages/help/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Do this by making a POST request to the `/oauth/token/` API:

```bash
curl -X POST https://content.minetest.net/oauth/token/ \
-F grant_type=authorization_code
-F grant_type=authorization_code \
-F client_id="CLIENT_ID" \
-F client_secret="CLIENT_SECRET" \
-F code="abcdef"
Expand Down

0 comments on commit c09f190

Please sign in to comment.