Wallet: create wallet chat after account recovery
Former-commit-id: 17ad444b49
This commit is contained in:
parent
8201cf286c
commit
374cf49b91
|
@ -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
|
||||
|
|
|
@ -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))))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue