fix(client): ログアウトできない問題を修正
This commit is contained in:
parent
274352beab
commit
bf4726f91d
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue