fix(client): ログアウトできない問題を修正
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user