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:
Arkadiy Paronyan
2017-01-13 10:55:59 +01:00
committed by GitHub
parent 1e212771b5
commit bbd2bd0e17
6 changed files with 856 additions and 5 deletions

View File

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