We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a99cb7 + 0c9c2e5 commit aea3fe3Copy full SHA for aea3fe3
src/composables/useWallet.ts
@@ -76,7 +76,6 @@ export function useWallet(options: useWalletOptions = { useEthers: true }) {
76
} catch (err: any) {
77
await disconnect() // will also clearWallet()
78
wallet.error = err.message
79
- throw new Error(err)
80
}
81
82
wallet.status = 'connected'
0 commit comments