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

feature/default_network_editable
Whymarrh Whitby 6 years ago
parent 46cda26f3b
commit 46ee290114
  1. 3
      old-ui/app/keychains/hd/restore-vault.js

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

Loading…
Cancel
Save