small fix remove todo

pull/217/head
Elham Rababah 5 years ago
parent 2f80af6b74
commit cece85cda7

@ -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