Skip to content

Commit 336dc0f

Browse files
authored
Merge pull request #144 from ecadlabs/beacon_disconnect
Beacon disconnect
2 parents 924d1ae + 0b8f4e9 commit 336dc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/createWalletStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ export const createWalletStore = (
602602
}
603603
}
604604

605-
await wallet.value.client.clearActiveAccount();
605+
await wallet.value.disconnect();
606606
} else if (wallet.value instanceof WalletConnect) {
607607
await wallet.value.disconnect();
608608
await deleteWalletConnectSessionFromIndexedDB();

0 commit comments

Comments
 (0)