accounts, login, screen: Android keyboard for Login Password lowercase (#878)

This commit is contained in:
Timothy Roy 2017-03-10 20:44:48 -06:00 committed by Roman Volosovskyi
parent 947dcfba37
commit 3437f79d82
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
:label-color "#ffffff80"
:line-color :white
:input-style st/input-style
:auto-capitalize :none
:on-change-text #(do
(dispatch [:set-in [:login :password] %])
(dispatch [:set-in [:login :error] ""]))}]])