|
|
@ -32,7 +32,10 @@ PrivateKeyImportView.prototype.render = function () { |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
h('div.new-account-import-form__private-key', [ |
|
|
|
h('div.new-account-import-form__private-key', [ |
|
|
|
h('span.new-account-create-form__instruction', 'Paste your private key string here:'), |
|
|
|
|
|
|
|
|
|
|
|
h('div.new-account-import-form__private-key-password-container', [ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h('span.new-account-import-form__instruction', 'Paste your private key string here:'), |
|
|
|
|
|
|
|
|
|
|
|
h('input.new-account-import-form__input-password', { |
|
|
|
h('input.new-account-import-form__input-password', { |
|
|
|
type: 'password', |
|
|
|
type: 'password', |
|
|
@ -40,7 +43,9 @@ PrivateKeyImportView.prototype.render = function () { |
|
|
|
onKeyPress: () => this.createKeyringOnEnter(), |
|
|
|
onKeyPress: () => this.createKeyringOnEnter(), |
|
|
|
}), |
|
|
|
}), |
|
|
|
|
|
|
|
|
|
|
|
h('div.new-account-create-form__buttons', {}, [ |
|
|
|
]), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h('div.new-account-import-form__buttons', {}, [ |
|
|
|
|
|
|
|
|
|
|
|
h('button.new-account-create-form__button-cancel', { |
|
|
|
h('button.new-account-create-form__button-cancel', { |
|
|
|
onClick: () => goHome(), |
|
|
|
onClick: () => goHome(), |
|
|
|