diff --git a/interface/src/contexts/authentication/Authentication.tsx b/interface/src/contexts/authentication/Authentication.tsx index 669f06e6a..af0a0055c 100644 --- a/interface/src/contexts/authentication/Authentication.tsx +++ b/interface/src/contexts/authentication/Authentication.tsx @@ -81,8 +81,6 @@ const Authentication: FC = ({ children }) => { setMe(undefined); setInitialized(true); } - // refreshVersions and sendVerifyAuthorization are stable - // eslint-disable-next-line react-hooks/exhaustive-deps }, []); useEffect(() => {