Merge branch 'soap_update' into 'development'

small fix remove todo

See merge request Cloud_Solution/doctor_app_flutter!216
merge-requests/214/merge
Elham 5 years ago
commit 00e2bb616d

@ -83,7 +83,6 @@ class BaseAppClient {
} else {
var parsed = json.decode(response.body.toString());
if (!parsed['IsAuthenticated']) {
// TODO: return it back when IsAuthenticated work fine in all service
await helpers.logout();
helpers.showErrorToast('Your session expired Please login agian');
} else

Loading…
Cancel
Save