diff --git a/lib/pages/dashboard/dashboard_page.dart b/lib/pages/dashboard/dashboard_page.dart index 135de02..ab2b9a4 100644 --- a/lib/pages/dashboard/dashboard_page.dart +++ b/lib/pages/dashboard/dashboard_page.dart @@ -201,7 +201,6 @@ class _DashboardPageState extends State { ), title: LocaleKeys.signOut.tr().toText12(), onTap: () { - pop(context); pop(context); navigateReplaceWithName(context, AppRoutes.registerSelection); },