Don't persist the seed phrase in the old UI restore flow

This commit is contained in:
Whymarrh Whitby 2018-07-05 13:03:42 -02:30
parent 46cda26f3b
commit 46ee290114
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.',
}),