Commit 69716a5c authored by Self Denial's avatar Self Denial
Browse files

Revert "omit canvas spoofing toast.error for signups"

This reverts commit 1af62a70.
parent 1af62a70
...@@ -43,6 +43,12 @@ ...@@ -43,6 +43,12 @@
} }
); );
if (!canvasPixelTest()) {
toast.error('Canvas pixel test failed, fingerprint evasion likely. Default image used.', {
autoClose: 1000 * 10
});
}
await setSessionUser(sessionUser); await setSessionUser(sessionUser);
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment