Closed shukerullah closed 7 years ago
sagas/init.js #14
if (isAuthenticated) { yield call(Actions.main); // Why are you using Actions.main here when you have home screen only? }
this code was part of another project, so I missed to remove this code
it does take you from login screen to main screen if you are authenticated
sagas/init.js #14