fix ios keycard recovery pin error (#13924)

This commit is contained in:
Parvesh Monu 2022-09-06 03:53:12 +05:30 committed by GitHub
parent 0300070c5a
commit 409f81a6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -403,9 +403,7 @@
:import-multiaccount []
:error-label :t/pin-mismatch))}
(hide-connection-sheet)
(when (zero? pin-retries-count) (frozen-keycard-popup))
(when (= flow :import)
(navigation/navigate-to-cofx :keycard-recovery-pin nil)))
(when (zero? pin-retries-count) (frozen-keycard-popup)))
(show-wrong-keycard-alert)))))
(fx/defn factory-reset

View File

@ -152,8 +152,8 @@
[{:keys [retry-counter]}]
(let [error-y-translation (animation/create-value -8)
error-opacity (animation/create-value 0)
retries-y-translation (animation/create-value (if retry-counter 8 0))
retries-opacity (animation/create-value (if retry-counter 0 1))
retries-y-translation (animation/create-value (if retry-counter 0 -8))
retries-opacity (animation/create-value (if retry-counter 1 0))
!error? (reagent/atom false)]
(reagent/create-class
{:component-did-update