fix(client): ログアウトできない問題を修正

This commit is contained in:
syuilo 2022-06-24 21:16:05 +09:00
parent 274352beab
commit bf4726f91d

View file

@ -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) {