mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
fix(client): ログアウトできない問題を修正
This commit is contained in:
parent
afd7a7a134
commit
c4c6092718
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