mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
fix(client): ログアウトできない問題を修正
This commit is contained in:
parent
afd7a7a134
commit
c4c6092718
@ -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 New Issue
Block a user