Wallet: create wallet chat after account recovery

This commit is contained in:
Roman Volosovskyi 2016-09-22 14:53:40 +03:00
parent 20d08c8466
commit 17ad444b49
3 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,6 @@
(dispatch-sync [:login-account address password])))))
(register-handler :create-account
(after #(dispatch [:init-wallet-chat]))
(u/side-effect!
(fn [_ [_ password]]
(status/create-account

View File

@ -211,6 +211,7 @@
(sign-up-service/stop-listening-confirmation-code-sms db)))
(register-handler :sign-up-confirm
(after #(dispatch [:init-wallet-chat]))
(u/side-effect!
(fn [_ [_ confirmation-code]]
(server/sign-up-confirm confirmation-code sign-up-service/on-send-code-response))))

View File

@ -52,7 +52,7 @@
response? (+ minimum-suggestion-height)
command? (+ input-height)
(and suggestion? command?) (+ suggestions-header-height)
custom-errors? (+ suggestions-header-height)
;custom-errors? (+ suggestions-header-height)
(and command? validation-errors?) (+ suggestions-header-height))))
(register-handler :animate-show-response