Fix password position in wallet new account

Fixes #10921

Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
This commit is contained in:
Gheorghe Pinzaru 2020-07-14 10:23:48 +03:00
parent 0adc047f05
commit fa4968f22c
No known key found for this signature in database
GPG Key ID: C9A094959935A952
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@
:secure-text-entry true
:text-content-type :none
:accessibility-label :add-account-enter-password
:bottom-value 0
:error (when password-error (i18n/label :t/add-account-incorrect-password))
:on-change-text #(do
(re-frame/dispatch [:set-in [:add-account :password-error] nil])