mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
Added password warning to the signup form
This commit is contained in:
parent
25d5e9b1cf
commit
12b2fb1a30
@ -94,6 +94,10 @@ class SignupModal extends Component {
|
|||||||
placeholder="•••••••••••••"
|
placeholder="•••••••••••••"
|
||||||
ref={n => this._passwordInput = n}/>
|
ref={n => this._passwordInput = n}/>
|
||||||
</div>
|
</div>
|
||||||
|
<p className="italic faint pad-top-sm">
|
||||||
|
NOTE: your password is used for end-to-end encryption so try not
|
||||||
|
to lose it
|
||||||
|
</p>
|
||||||
{this.state.error ? (
|
{this.state.error ? (
|
||||||
<div className="danger pad-top">** {this.state.error}</div>
|
<div className="danger pad-top">** {this.state.error}</div>
|
||||||
) : null}
|
) : null}
|
||||||
|
Loading…
Reference in New Issue
Block a user