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
|
:multiline true
|
||||||
:default-value passphrase
|
:default-value passphrase
|
||||||
:auto-correct false
|
: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}]))
|
:error error}]))
|
||||||
|
|
||||||
(defview password-input [password]
|
(defview password-input [password]
|
||||||
|
|
Loading…
Reference in New Issue