mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
style: run npm run format
This commit is contained in:
@@ -151,9 +151,12 @@
|
||||
if (canvasPixelTest()) {
|
||||
profileImageUrl = generateInitialsImage(name);
|
||||
} else {
|
||||
toast.error("Canvas pixel test failed, fingerprint evasion likely. Disable fingerprint evasion and try again!", {
|
||||
autoClose: 1000 * 10,
|
||||
});
|
||||
toast.error(
|
||||
'Canvas pixel test failed, fingerprint evasion likely. Disable fingerprint evasion and try again!',
|
||||
{
|
||||
autoClose: 1000 * 10
|
||||
}
|
||||
);
|
||||
}
|
||||
}}>{$i18n.t('Use Gravatar')}</button
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user