bug #5057 - automatically converts recovery phrase to lowecase during recovery

Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
Goran Jovic 2018-07-05 15:09:15 +02:00
parent 784bc2c948
commit 4aaf0bbd17
No known key found for this signature in database
GPG Key ID: D429D1A9B2EB8A8E
1 changed files with 1 additions and 1 deletions

View File

@ -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]