enhance(frontend): clear all client data when logout

This commit is contained in:
syuilo
2025-03-14 11:55:42 +09:00
parent bcb891e4fd
commit 833a232262
3 changed files with 12 additions and 12 deletions

View File

@@ -17,8 +17,6 @@ import { store } from '@/store.js';
import { $i } from '@/i.js';
import { signout } from '@/signout.js';
// TODO: 他のタブと永続化されたstateを同期
type AccountWithToken = Misskey.entities.MeDetailed & { token: string };
export async function getAccounts(): Promise<{