mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Don't persist the seed phrase in the old UI restore flow
This commit is contained in:
parent
46cda26f3b
commit
46ee290114
@ -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…
x
Reference in New Issue
Block a user