This commit is contained in:
Timothy J. Baek 2024-04-06 23:16:29 -07:00
parent 663b5adaf2
commit f267f3f7b0
3 changed files with 3 additions and 15 deletions

View file

@ -43,18 +43,6 @@
}
);
if (!canvasPixelTest()) {
toast.info(
$i18n.t(
'Fingerprint spoofing detected: default profile picture set. Disable to access Initial avatar!'
),
{
position: 'bottom-center',
duration: 1000 * 10
}
);
}
await setSessionUser(sessionUser);
};