TF-1074 Handle go to path /login

This commit is contained in:
dab246
2022-10-25 14:25:12 +07:00
committed by Dat H. Pham
parent a32bfe35de
commit 0ee990262f
21 changed files with 315 additions and 171 deletions
@@ -86,10 +86,10 @@ abstract class ReloadableController extends BaseController {
* trigger reload by getting Credential again then setting up Interceptor and retrieving session
* */
void reload() {
_getAuthenticatedAccountAction();
getAuthenticatedAccountAction();
}
void _getAuthenticatedAccountAction() {
void getAuthenticatedAccountAction() {
consumeState(_getAuthenticatedAccountInteractor.execute());
}