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
1af62a70
Commit
1af62a70
authored
Apr 05, 2024
by
Danny Liu
Browse files
omit canvas spoofing toast.error for signups
parent
5694f166
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/routes/auth/+page.svelte
src/routes/auth/+page.svelte
+0
-6
No files found.
src/routes/auth/+page.svelte
View file @
1af62a70
...
@@ -43,12 +43,6 @@
...
@@ -43,12 +43,6 @@
}
}
);
);
if (!canvasPixelTest()) {
toast.error('Canvas pixel test failed, fingerprint evasion likely. Default image used.', {
autoClose: 1000 * 10
});
}
await setSessionUser(sessionUser);
await setSessionUser(sessionUser);
};
};
...
...
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