This commit is contained in:
Chad Jackson 2018-01-05 16:14:32 -05:00 committed by GitHub
parent 655e6a2065
commit e893378dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,6 +39,6 @@
(re-frame/dispatch [:set-in [:accounts/login :error] ""])))}]]
[react/view {:style {:margin-top 30}}
[components/button
"Sing in"
"Sign in"
(> (count password) 6)
#(re-frame/dispatch [:login-account address password])]]]]))
#(re-frame/dispatch [:login-account address password])]]]]))