Fixed login bug after logout

This commit is contained in:
llsajjad
2025-08-18 17:02:28 +03:30
parent a4a4633fb0
commit 7e16198578
3 changed files with 38 additions and 17 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ class _MobileProfilePageState extends State<MobileProfilePage> {
// ),
SizedBox(height: 24.0.h()),
InkWell(
onTap: () => viewModel.logout(),
onTap: () => viewModel.logout(context),
child: Container(
width: double.infinity,
height: 45.0.h(),