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
6d1ce995
"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "cf54adf5c43d8dd7b9cb16290ecc91ed2c392a4f"
Commit
6d1ce995
authored
Apr 02, 2024
by
Timothy J. Baek
Browse files
revert: auth page
parent
7c5f6d71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/routes/auth/+page.svelte
src/routes/auth/+page.svelte
+0
-1
No files found.
src/routes/auth/+page.svelte
View file @
6d1ce995
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
console.log(sessionUser);
console.log(sessionUser);
toast.success($i18n.t(`You're now logged in.`));
toast.success($i18n.t(`You're now logged in.`));
localStorage.token = sessionUser.token;
localStorage.token = sessionUser.token;
await setApiKey(sessionUser.token);
await user.set(sessionUser);
await user.set(sessionUser);
goto('/');
goto('/');
}
}
...
...
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