Commit 6d1ce995 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

revert: auth page

parent 7c5f6d71
......@@ -21,7 +21,6 @@
console.log(sessionUser);
toast.success($i18n.t(`You're now logged in.`));
localStorage.token = sessionUser.token;
await setApiKey(sessionUser.token);
await user.set(sessionUser);
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