"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "cf54adf5c43d8dd7b9cb16290ecc91ed2c392a4f"
Commit 6d1ce995 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

revert: auth page

parent 7c5f6d71
...@@ -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('/');
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment