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
69716a5c
Commit
69716a5c
authored
Apr 05, 2024
by
Self Denial
Browse files
Revert "omit canvas spoofing toast.error for signups"
This reverts commit
1af62a70
.
parent
1af62a70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/routes/auth/+page.svelte
src/routes/auth/+page.svelte
+6
-0
No files found.
src/routes/auth/+page.svelte
View file @
69716a5c
...
@@ -43,6 +43,12 @@
...
@@ -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);
};
};
...
...
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