mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 02:35:54 +00:00
bug #5057 - automatically converts recovery phrase to lowecase during recovery
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
parent
784bc2c948
commit
4aaf0bbd17
@ -32,7 +32,7 @@
|
||||
:multiline true
|
||||
:default-value passphrase
|
||||
:auto-correct false
|
||||
:on-change-text #(re-frame/dispatch [:set-in [:accounts/recover :passphrase] %])
|
||||
:on-change-text #(re-frame/dispatch [:set-in [:accounts/recover :passphrase] (string/lower-case %)])
|
||||
:error error}]))
|
||||
|
||||
(defview password-input [password]
|
||||
|
Loading…
x
Reference in New Issue
Block a user