omit canvas spoofing toast.error for signups

This commit is contained in:
Danny Liu 2024-04-05 21:16:48 -07:00
parent 5694f16624
commit 1af62a70f0

View file

@ -43,12 +43,6 @@
}
);
if (!canvasPixelTest()) {
toast.error('Canvas pixel test failed, fingerprint evasion likely. Default image used.', {
autoClose: 1000 * 10
});
}
await setSessionUser(sessionUser);
};