Skip to content

Commit ab27849

Browse files
flexsurferpavloburykh
authored andcommitted
[#21366] Backup profile recovery
[#21367] Enter profile recovery phrase
1 parent 1eecd94 commit ab27849

File tree

1 file changed

+2
-4
lines changed
  • src/status_im/contexts/keycard/sheets/migrate

1 file changed

+2
-4
lines changed

src/status_im/contexts/keycard/sheets/migrate/view.cljs

+2-4
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@
3030
:button-one-label (i18n/label :t/continue)
3131
:button-one-props {:on-press #(if recovery-phrase-backed-up?
3232
(rf/dispatch [:open-modal :screen/use-recovery-phrase
33-
{:on-success (fn [{:keys [key-uid phrase
34-
on-error]}])}])
33+
{:on-success (fn [])}])
3534
(rf/dispatch [:open-modal :screen/backup-recovery-phrase
36-
{:on-success (fn [{:keys [masked-seed-phrase
37-
random-phrase]}])}]))}
35+
{:on-success (fn [])}]))}
3836
:button-two-label (i18n/label :t/cancel)
3937
:button-two-props {:type :grey
4038
:on-press #(rf/dispatch [:hide-bottom-sheet])}}]]))

0 commit comments

Comments
 (0)