mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
a6cc2d3d7c
The `seedPhraseBackedUp` now tracks whether or not the seed phrase has been backed up. Previously this defaulted to `true`, which left no way to distinguish whether it had been backed up or not during onboarding. The default is now `null`, and the UI logic has been updated to account for this, so that "existing users" (i.e. users that have a backup that is years old) aren't mistakenly considered to have not backed up their seed phrase. This value is already set explicitly to `true` or `false` during onboarding, in both the create and import flow. This change was made primarily to make it easier to fix the onboarding library integration, which will be done in a subsequent PR. |
||
---|---|---|
.. | ||
add-token | ||
asset | ||
confirm-add-suggested-token | ||
confirm-add-token | ||
confirm-approve | ||
confirm-decrypt-message | ||
confirm-deploy-contract | ||
confirm-encryption-public-key | ||
confirm-send-ether | ||
confirm-send-token | ||
confirm-token-transaction-base | ||
confirm-transaction | ||
confirm-transaction-base | ||
confirm-transaction-switch | ||
connected-accounts | ||
connected-sites | ||
create-account | ||
error | ||
first-time-flow | ||
home | ||
keychains | ||
lock | ||
mobile-sync | ||
permissions-connect | ||
routes | ||
send | ||
settings | ||
swaps | ||
unlock-page | ||
index.js | ||
pages.scss |