mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +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="•••••••••••••"
|
||||
ref={n => this._passwordInput = n}/>
|
||||
</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 ? (
|
||||
<div className="danger pad-top">** {this.state.error}</div>
|
||||
) : null}
|
||||
|
Loading…
Reference in New Issue
Block a user