chore (@embark/embark-ui) clarify token login in cockpit

This commit is contained in:
Iuri Matias 2019-02-22 15:17:23 -05:00
parent 5bb0d7ceae
commit 017ec59b23
1 changed files with 1 additions and 1 deletions

View File

@ -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>