Fixed legal screen & connection stuff

This commit is contained in:
Alois 2026-03-26 20:38:12 +01:00
commit 18d4add22d
3 changed files with 55 additions and 17 deletions

View file

@ -387,7 +387,7 @@ export default function Provider(props: {
setIdentifying(false);
identificationStartedRef.current = false;
};
}, []);
}, [props.blockConnection]);
useEffect(() => {
if (!connected) {