fixed update tender intenders after in details updated and web issues inmobile and tablet
This commit is contained in:
@@ -93,7 +93,7 @@ class ProfileViewModel with ChangeNotifier {
|
||||
|
||||
switch (result) {
|
||||
case Ok<LogoutResponse>():
|
||||
_authViewModel.localLogout();
|
||||
await _authViewModel.localLogout();
|
||||
_loggedOut = true;
|
||||
break;
|
||||
case Error<LogoutResponse>():
|
||||
|
||||
Reference in New Issue
Block a user