forked from open-webui/open-webui
style: run npm run format
This commit is contained in:
parent
a68b95c95f
commit
5694f16624
3 changed files with 27 additions and 16 deletions
|
@ -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
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue