mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-15 00:23:34 +03:00
Merge pull request #1788 from ecency/bugfix/undefined-user
Fixed undefined user issue
This commit is contained in:
commit
41d30f4919
@ -526,6 +526,9 @@ class ApplicationContainer extends Component {
|
||||
setExistUser(true);
|
||||
}
|
||||
});
|
||||
} else {
|
||||
dispatch(login(false));
|
||||
dispatch(logoutDone());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user