web fixes codes

This commit is contained in:
amirrezaghabeli
2025-08-31 15:04:35 +03:30
parent 6f4cc67fe6
commit 471f6e3119
11 changed files with 62 additions and 37 deletions
+2 -1
View File
@@ -38,7 +38,7 @@ class _MobileProfilePageState extends State<MobileProfilePage> {
);
}
if (viewModel.loggedOut) {
LoginScreenRoute().go(context);
Router.neglect(context, () => LoginScreenRoute().go(context));
}
}
@@ -143,6 +143,7 @@ class _MobileProfilePageState extends State<MobileProfilePage> {
Spacer(),
InkWell(
onTap: () => viewModel.logout(),
borderRadius: BorderRadius.circular(100),
child: Container(
width: double.infinity,
height: 56.0.h(),