Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: confirm password on Create Wallet screen (#210)
* feat: add password confirmation on create screen * fix: labels and feedback in create form according to figma * test: verify password confirm validation message * fix: remove unnecessary escape character * fix: do not escape '-' * refactor: comments and better name for escape function * deps: add Formik form validation library * refactor: use Formik for CreateWallet form validation * refactor: remove 'isCreating' flag in favor of 'onFinished' callback * test: adapt tests to be compatible with Formik see jaredpalmer/formik#1543
- Loading branch information