Skip to content

Commit

Permalink
Api auth doc update2 (#3993)
Browse files Browse the repository at this point in the history
* Try adding a line to get the code block to render properly.
  • Loading branch information
jastraat authored Jul 24, 2023
1 parent 8dd4515 commit 148db18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/user-guide/guide_dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Note that the username:password string submitted as the Authorization must be ba
You can obtain the base 64 encoded string from the command line by running the following (replace admin:admin with username:password):

.. code-block::
echo -n 'admin:admin' | base64
// Result
YWRtaW46YWRtaW4=
Expand Down

0 comments on commit 148db18

Please sign in to comment.