Fix logout

This commit is contained in:
unknown 2018-05-28 13:19:31 -07:00
parent b310f4551a
commit 31be519cf9
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class CustomDrawer extends StatelessWidget {
while(Navigator.of(context).canPop()) {
Navigator.of(context).pop();
}
Navigator.of(context).pushNamed(AppRoutes.login);
Navigator.of(context).pushReplacementNamed(AppRoutes.login);
},
),
],