1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app
Mark Stacey 2649b9b8bb
Display seed phrase reminder if user has tokens (#6952)
The seed phrase reminder will now be triggered if the user has eth *OR*
if the user has added a token. This is to ensure that a user can't have
a positive token balance without being reminded to backup the account.

Checking for the token in preferences was easier than checking the
actual token balance, because the token balance is not yet in Redux.
That would require a more substantial refactor.
2019-08-02 16:13:15 -02:30
..
components Fixes use of 'Enter' key to save contact in address book modal (#6946) 2019-08-02 10:24:45 -02:30
css split AccountDetails into a separate component (#6943) 2019-08-02 10:06:31 -02:30
ducks I5849 incremental account security (#6874) 2019-08-02 01:27:26 -02:30
helpers I5849 incremental account security (#6874) 2019-08-02 01:27:26 -02:30
pages Display seed phrase reminder if user has tokens (#6952) 2019-08-02 16:13:15 -02:30
selectors Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30
store I5849 incremental account security (#6874) 2019-08-02 01:27:26 -02:30