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…
Reference in New Issue