vu3th / vue-dapp

Empower dapp developers with Vue integration for crypto wallets
https://vue-dapp.vercel.app/
MIT License
193 stars 49 forks source link

Wallet details not being completely removed on disconnect #165

Open coxlr opened 3 months ago

coxlr commented 3 months ago

Hi again,

I've hit a bit of an edge case, I have an example repo here: https://github.com/coxlr/vue-dapp-starter

When using the modal to connect it doesnt appear to completed remove the wallet details when disconnecting.

To reproduce this issue:

Click the connect with modal button Connect using metamask Disconnect using the disconnect button Connect using phantom Refresh the page When the page reloads and it auto connects if connects to the metamask wallet which we disconnected from.

https://github.com/vu3th/vue-dapp/assets/8451762/8146bdfb-7f15-4d68-a5bb-8a9de95dc25c

johnson86tw commented 3 months ago

@coxlr Hi, I reproduced this issue. Thank you for pointing it out! I will address this issue ASAP

johnson86tw commented 2 months ago

@coxlr Hey, this issue is fixed. You can test it here https://vue-dapp.vercel.app/eip-6963, or by using v1.2.3 in your app!