Merge pull request #1788 from ecency/bugfix/undefined-user

Fixed undefined user issue
This commit is contained in:
Feruz M 2020-11-14 15:25:00 +02:00 committed by GitHub
commit 41d30f4919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -526,6 +526,9 @@ class ApplicationContainer extends Component {
setExistUser(true);
}
});
} else {
dispatch(login(false));
dispatch(logoutDone());
}
}