Commit 1af62a70 authored by Danny Liu's avatar Danny Liu
Browse files

omit canvas spoofing toast.error for signups

parent 5694f166
......@@ -43,12 +43,6 @@
}
);
if (!canvasPixelTest()) {
toast.error('Canvas pixel test failed, fingerprint evasion likely. Default image used.', {
autoClose: 1000 * 10
});
}
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