From bf4726f91d8ce6977b6e05219816238811931e99 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri, 24 Jun 2022 21:16:05 +0900
Subject: [PATCH] =?UTF-8?q?fix(client):=20=E3=83=AD=E3=82=B0=E3=82=A2?=
 =?UTF-8?q?=E3=82=A6=E3=83=88=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84=E5=95=8F?=
 =?UTF-8?q?=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 packages/client/src/account.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/packages/client/src/account.ts b/packages/client/src/account.ts
index 2b07dd1990..eb2ba0a1e1 100644
--- a/packages/client/src/account.ts
+++ b/packages/client/src/account.ts
@@ -24,6 +24,8 @@ export async function signout() {
 
 	await removeAccount($i.id);
 
+	const accounts = await getAccounts();
+
 	//#region Remove service worker registration
 	try {
 		if (navigator.serviceWorker.controller) {