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