Fix logout
This commit is contained in:
parent
b310f4551a
commit
31be519cf9
|
|
@ -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);
|
||||
},
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue