Results 1 issues of Phuoc Nguyen Thanh

```javascript * login (ctx, {email, password}) { try { return yield call(api.auth.login, {email, password}) } catch (e) { console.log(e) } } ``` I try to handle like this but no...

bug
help wanted