mirror of
https://github.com/openziti/zrok.git
synced 2024-11-21 23:53:19 +01:00
better enable popout
This commit is contained in:
parent
efee9cdd53
commit
4a69e03a5b
@ -29,9 +29,9 @@ const Token = (props) => {
|
||||
}}
|
||||
>
|
||||
<div className={"popover"}>
|
||||
<p>Use the following token to <strong>zrok enable</strong> your shell:</p>
|
||||
<h3>Enable zrok access in your shell:</h3>
|
||||
<pre>
|
||||
{props.user.token}
|
||||
$ zrok enable {props.user.token}
|
||||
</pre>
|
||||
</div>
|
||||
</Popover>
|
||||
|
Loading…
Reference in New Issue
Block a user