mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
Revert "omit canvas spoofing toast.error for signups"
This reverts commit 1af62a70f0.
This commit is contained in:
parent
1af62a70f0
commit
69716a5cec
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue