release 4.8.9
This commit is contained in:
@ -207,7 +207,8 @@ class LoginPopupPage extends StatelessWidget {
|
||||
)
|
||||
: TextButton(
|
||||
onPressed: () {
|
||||
indexController.currentUser.clear();
|
||||
indexController.logout();
|
||||
Get.offAllNamed(AppPages.LOGIN);
|
||||
},
|
||||
child: const Text("Already Logged in, Click to logout"),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user