Revert "omit canvas spoofing toast.error for signups"

This reverts commit 1af62a70f0.
This commit is contained in:
Self Denial 2024-04-05 22:31:40 -06:00
parent 1af62a70f0
commit 69716a5cec

View file

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