removed sth

This commit is contained in:
2025-10-30 13:50:38 +01:00
parent 1db4e69322
commit ef3f953ebd

View File

@@ -24,7 +24,7 @@ export const LoginPage = () => {
useEffect(() => {
if (isLoggedIn) {
navigate("/", { replace: true });
window.location.reload(); // Mit Tobais besprechen, ob das so bleiben soll
window.location.reload(); // Mit Tobais besprechen, ob das so bleiben soll
}
}, [isLoggedIn, navigate]);