Sven Czarnian před 2 roky
rodič
revize
8e7bb265af
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/contexts/authcontext.tsx

+ 1 - 1
src/contexts/authcontext.tsx

@@ -47,7 +47,7 @@ export const AuthProvider = ({ children }: { children: any }) => {
         },
       });
       navigate('/');
-    })
+    });
   // eslint-disable-next-line react-hooks/exhaustive-deps
   }, []);