Merge pull request #4735 from whymarrh/restore-vault-focus

Don't persist the seed phrase in the old UI restore flow
This commit is contained in:
Dan J Miller 2018-07-05 13:47:35 -02:30 committed by GitHub
commit b0214cbde3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@ RestoreVaultScreen.prototype.render = function () {
// wallet seed entry
h('h3', 'Wallet Seed'),
h('textarea.twelve-word-phrase.letter-spacey', {
dataset: {
persistentFormId: 'wallet-seed',
},
placeholder: 'Enter your secret twelve word phrase here to restore your vault.',
}),