From 6d9221da27e0297df054fdbc0fa495329d21a4a3 Mon Sep 17 00:00:00 2001 From: tamaina Date: Thu, 28 Jan 2021 04:07:05 +0900 Subject: [PATCH] fix --- src/client/account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/account.ts b/src/client/account.ts index 21592c9044..b509b53fca 100644 --- a/src/client/account.ts +++ b/src/client/account.ts @@ -21,7 +21,7 @@ export async function signout() { //#region Remove account const accounts = await getAccounts(); accounts.splice(accounts.findIndex(x => x.id === $i.id), 1); - set('accounts', JSON.stringify(accounts)); + set('accounts', accounts); //#endregion //#region Remove push notification registration