Ver Fonte

add a semicolone

Sven Czarnian há 2 anos atrás
pai
commit
8e7bb265af
1 ficheiros alterados com 1 adições e 1 exclusões
  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
   }, []);