mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-06 08:26:06 +08:00
Revert "omit canvas spoofing toast.error for signups"
This reverts commit 1af62a70f0083ee0040b05dffec7a737998decb6.
This commit is contained in:
parent
1af62a70f0
commit
69716a5cec
@ -43,6 +43,12 @@
|
||||
}
|
||||
);
|
||||
|
||||
if (!canvasPixelTest()) {
|
||||
toast.error('Canvas pixel test failed, fingerprint evasion likely. Default image used.', {
|
||||
autoClose: 1000 * 10
|
||||
});
|
||||
}
|
||||
|
||||
await setSessionUser(sessionUser);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user