This commit is contained in:
syuilo 2023-02-09 10:47:03 +09:00
parent 21331e53fe
commit 71dd7f89e9
2 changed files with 6 additions and 22 deletions

View file

@ -61,8 +61,6 @@ export async function signout() {
} catch (err) {}
//#endregion
document.cookie = 'igi=; path=/';
if (accounts.length > 0) login(accounts[0].token);
else unisonReload('/');
}