You've already forked factorio-server-manager
mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-07-17 01:22:28 +02:00
"fixed" error on logout
This commit is contained in:
@ -45,7 +45,6 @@ const App = () => {
|
|||||||
const loggedOut = await user.logout();
|
const loggedOut = await user.logout();
|
||||||
if (loggedOut) {
|
if (loggedOut) {
|
||||||
setIsAuthenticated(false);
|
setIsAuthenticated(false);
|
||||||
history.push('/login');
|
|
||||||
}
|
}
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user