Typo fix
This commit is contained in:
parent
655e6a2065
commit
e893378dea
|
@ -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])]]]]))
|
||||
|
|
Loading…
Reference in New Issue