added drawer
This commit is contained in:
@ -55,7 +55,7 @@ class DrawerPage extends StatelessWidget {
|
||||
title: Text("logout".tr),
|
||||
onTap: (){
|
||||
indexController.logout();
|
||||
Get.toNamed(AppPages.TRAVEL);
|
||||
Get.toNamed(AppPages.LOGIN);
|
||||
},
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user