Backporting to beta (#4158)
* Remove onSubmit of current (no auto-change on password edit) (#4151) * Remove onSubmit from current password * Remove onSubmit from hint * Pull in console dapp as builtin (#4145) * Copy static dapps from static (no build) * Console sources * Add console to builtins * Remove console assets * Disable eslint on console.js * Enable eslint after disable * Webpack copy
This commit is contained in:
@@ -176,8 +176,6 @@ class PasswordManager extends Component {
|
||||
defaultMessage='current password' />
|
||||
}
|
||||
onChange={ this.onEditCurrentPassword }
|
||||
onSubmit={ this.changePassword }
|
||||
submitOnBlur={ false }
|
||||
type='password' />
|
||||
<Input
|
||||
disabled={ busy }
|
||||
@@ -192,8 +190,6 @@ class PasswordManager extends Component {
|
||||
defaultMessage='(optional) new password hint' />
|
||||
}
|
||||
onChange={ this.onEditNewPasswordHint }
|
||||
onSubmit={ this.changePassword }
|
||||
submitOnBlur={ false }
|
||||
value={ passwordHint } />
|
||||
<div className={ styles.passwords }>
|
||||
<div className={ styles.password }>
|
||||
|
||||
Reference in New Issue
Block a user