1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app/pages/first-time-flow/create-password
Whymarrh Whitby d566543bf5
Handle invalid strings during seed phrase import (#6743)
* Add tests for ImportWithSeedPhrase#parseSeedPhrase

* Handle importing whitespace-only seed phrases

Fixes #6694

This changeset fixes our parsing of seed phrases during import to handle the
case where a user tries to import a seed phrase that consists solely of whitespace.
We no longer produce an error and instead treat it as an incorrect seed phrase.

* Handle importing more invalid seed phrases
2019-06-27 14:44:41 -02:30
..
import-with-seed-phrase Handle invalid strings during seed phrase import (#6743) 2019-06-27 14:44:41 -02:30
new-account Update buttons & colors to match design system (#6446) 2019-04-16 17:05:22 -02:30
unique-image Update buttons & colors to match design system (#6446) 2019-04-16 17:05:22 -02:30
create-password.component.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
create-password.container.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
index.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30