remove comments

This commit is contained in:
proddy
2026-05-02 09:48:55 +02:00
parent 3062d3f0e3
commit 323fc1bb99

View File

@@ -81,8 +81,6 @@ const Authentication: FC<RequiredChildrenProps> = ({ children }) => {
setMe(undefined); setMe(undefined);
setInitialized(true); setInitialized(true);
} }
// refreshVersions and sendVerifyAuthorization are stable
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []); }, []);
useEffect(() => { useEffect(() => {