mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-27 02:43:45 +02:00
"fixed" error on logout
This commit is contained in:
parent
5032f534e3
commit
7074a5f0a1
@ -45,7 +45,6 @@ const App = () => {
|
||||
const loggedOut = await user.logout();
|
||||
if (loggedOut) {
|
||||
setIsAuthenticated(false);
|
||||
history.push('/login');
|
||||
}
|
||||
}, []);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user