mirror of https://github.com/embarklabs/embark.git
chore (@embark/embark-ui) clarify token login in cockpit
This commit is contained in:
parent
5bb0d7ceae
commit
017ec59b23
|
@ -52,7 +52,7 @@ class Login extends React.Component {
|
|||
onChange={(e) => this.handleChange(e)}
|
||||
autoComplete="off"
|
||||
value={this.state.token}/>
|
||||
<small className="form-text text-muted">Execute <code>embark run</code> in the command line to get
|
||||
<small className="form-text text-muted">Execute <code>embark run</code> in the command line, then type <code>token</code> in the embark console to get
|
||||
your token.
|
||||
</small>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue