diff --git a/src/contexts/authcontext.tsx b/src/contexts/authcontext.tsx index cdaacc5..870c07d 100644 --- a/src/contexts/authcontext.tsx +++ b/src/contexts/authcontext.tsx @@ -47,7 +47,7 @@ export const AuthProvider = ({ children }: { children: any }) => { }, }); navigate('/'); - }) + }); // eslint-disable-next-line react-hooks/exhaustive-deps }, []);