fixed login bug

This commit is contained in:
amirrezaghabeli
2025-08-21 10:59:28 +03:30
parent e5295e0eea
commit f81e9dd32d
4 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ class _MobileProfilePageState extends State<MobileProfilePage> {
SizedBox(height: 24.0.h()),
Spacer(),
InkWell(
onTap: () => viewModel.logout(context),
onTap: () => viewModel.logout(),
child: Container(
width: double.infinity,
height: 56.0.h(),