This commit is contained in:
Timothy Jaeryang Baek 2026-08-30 23:42:35 -04:00
parent 039976ef24
commit df495a7945

View file

@ -571,7 +571,6 @@
type="button"
on:click={async () => {
const res = await userSignOut();
user.set(null);
localStorage.removeItem('token');
location.href = res?.redirect_url ?? '/auth';