Skip to content

Commit

Permalink
update instructions to work with enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed May 1, 2024
1 parent c6e2bb9 commit 2d2a457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/login-manual.rst
Original file line number Diff line number Diff line change
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 2d2a457

Please sign in to comment.