mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-03 09:24:25 +00:00
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…
x
Reference in New Issue
Block a user