fixed update tender intenders after in details updated and web issues inmobile and tablet

This commit is contained in:
amirrezaghabeli
2025-08-30 09:16:21 +03:30
parent f4d5d16959
commit f868dc7659
6 changed files with 150 additions and 116 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class ProfileViewModel with ChangeNotifier {
switch (result) {
case Ok<LogoutResponse>():
_authViewModel.localLogout();
await _authViewModel.localLogout();
_loggedOut = true;
break;
case Error<LogoutResponse>():