Skip to content

Commit

Permalink
Remove redundant code block from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bbisk committed Jan 18, 2019
1 parent cc8a5df commit b4cb4c2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,8 @@ Basic usage
"other_methods": []
}
| Right, we need an extra step to get logged in. Let's get a code:
.. code-block:: text
$ curl -X POST http://localhost:8000/auth/code/request/ -d 'method=email'
-H 'Authorization: JWT [token provided]'
| Now we only need pass on the code and token:
| Right, the code has been dispatched by the primary method.
| Now we only need pass on the code and ephemeral_token:
.. code-block:: text
Expand Down

0 comments on commit b4cb4c2

Please sign in to comment.