[skip ci]Revert "minor fixes"

Serhii committed Dec 20, 2023 at 14:25 UTC 1eaebcba83f6484cca25a1bab6bf6397de90ad40
1 file changed +1 -1
lib/src/screens/seed/warning_page.dart
+1 -1
@@ -72,7 +72,7 @@ class WarningPage extends BasePage {
72 ? Navigator.of(context)
73 .popAndPushNamed(Routes.seed, arguments: true)
74 : Navigator.of(context)
75 - .pushNamed(Routes.setup_2faPage),
75 + .popAndPushNamed(Routes.setup_2faPage),
76 text: isPreSeedPage
77 ? S.of(context).pre_seed_button_text
78 : S.of(context).understand,