We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29c1c9 commit 0b8f4e9Copy full SHA for 0b8f4e9
src/stores/createWalletStore.ts
@@ -602,7 +602,7 @@ export const createWalletStore = (
602
}
603
604
605
- await wallet.value.client.clearActiveAccount();
+ await wallet.value.disconnect();
606
} else if (wallet.value instanceof WalletConnect) {
607
await wallet.value.disconnect();
608
await deleteWalletConnectSessionFromIndexedDB();
0 commit comments