Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
8a7075c3
Commit
8a7075c3
authored
Apr 06, 2024
by
Danny Liu
Browse files
style: npm run format
parent
78565e55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
src/lib/components/chat/Settings/Account.svelte
src/lib/components/chat/Settings/Account.svelte
+3
-1
src/routes/auth/+page.svelte
src/routes/auth/+page.svelte
+5
-3
No files found.
src/lib/components/chat/Settings/Account.svelte
View file @
8a7075c3
...
@@ -152,7 +152,9 @@
...
@@ -152,7 +152,9 @@
profileImageUrl = generateInitialsImage(name);
profileImageUrl = generateInitialsImage(name);
} else {
} else {
toast.info(
toast.info(
$i18n.t('Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!'),
$i18n.t(
'Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!'
),
{
{
autoClose: 1000 * 10
autoClose: 1000 * 10
}
}
...
...
src/routes/auth/+page.svelte
View file @
8a7075c3
...
@@ -45,10 +45,12 @@
...
@@ -45,10 +45,12 @@
if (!canvasPixelTest()) {
if (!canvasPixelTest()) {
toast.info(
toast.info(
$i18n.t('Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!'),
$i18n.t(
'Fingerprint spoofing detected: default profile picture set. Disable to access initial gravatar!'
),
{
{
position:
"
bottom-center
"
,
position:
'
bottom-center
'
,
autoClose: 1000 * 10
,
autoClose: 1000 * 10
}
}
);
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment