"fixed" error on logout

This commit is contained in:
knoxfighter 2021-01-15 04:34:04 +01:00
parent 5032f534e3
commit 7074a5f0a1

View File

@ -45,7 +45,6 @@ const App = () => {
const loggedOut = await user.logout();
if (loggedOut) {
setIsAuthenticated(false);
history.push('/login');
}
}, []);