Skip to content

Commit

Permalink
Merge pull request #285 from rusq/readme-update
Browse files Browse the repository at this point in the history
update instructions to work with enterprise
  • Loading branch information
rusq committed May 4, 2024
2 parents c6e2bb9 + 2d2a457 commit 69689a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/login-manual.rst
Expand Up @@ -19,7 +19,7 @@ TOKEN
#. Switch to the console tab.
#. Paste the following snippet and press ENTER to execute::

JSON.parse(localStorage.localConfig_v2).teams[document.location.pathname.match(/^\/client\/(T[A-Z0-9]+)/)[1]].token
JSON.parse(localStorage.localConfig_v2).teams[document.location.pathname.match(/^\/client\/([A-Z0-9]+)/)[1]].token

#. Token value is printed right after the executed command (it starts with
"``xoxc-``"), save it somewhere for now.
Expand Down

0 comments on commit 69689a9

Please sign in to comment.