release 4.8.9

This commit is contained in:
2024-08-05 03:08:12 +09:00
parent 1e0af0b06b
commit 66ade1fe09
30 changed files with 1765 additions and 17646 deletions

View File

@ -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"),
),