diff --git a/src/context/auth.tsx b/src/context/auth.tsx index d87f42bd..11dad155 100644 --- a/src/context/auth.tsx +++ b/src/context/auth.tsx @@ -81,9 +81,7 @@ const AuthProvider = ({ children }: AuthProviderProps) => { return Promise.reject(error); } ); - - - + return ( {children}