mirror of
https://github.com/status-im/status-react.git
synced 2025-01-25 10:19:10 +00:00
Fix typo in on-verify-pin-success
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
This commit is contained in:
parent
76296870d1
commit
b503852387
@ -1151,8 +1151,8 @@
|
|||||||
(let [on-verified (get-in db [:hardwallet :pin :on-verified])
|
(let [on-verified (get-in db [:hardwallet :pin :on-verified])
|
||||||
pairing (get-pairing db)]
|
pairing (get-pairing db)]
|
||||||
(fx/merge cofx
|
(fx/merge cofx
|
||||||
{:db (update-in [:hardwallet :pin] merge {:status nil
|
{:db (update-in db [:hardwallet :pin] merge {:status nil
|
||||||
:error-label nil})}
|
:error-label nil})}
|
||||||
(clear-on-card-connected)
|
(clear-on-card-connected)
|
||||||
(when-not (contains? #{:hardwallet/unpair
|
(when-not (contains? #{:hardwallet/unpair
|
||||||
:hardwallet/generate-and-load-key
|
:hardwallet/generate-and-load-key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user