Disconnect event is not triggered #322
Unanswered
c-rick
asked this question in
Help & Support
Replies: 2 comments 1 reply
-
Is this your team? There is no Phantom Connect in the advertisement |
Beta Was this translation helpful? Give feedback.
1 reply
-
@c-rick Am I understanding correctly that you are expecting a disconnect event to be triggered to your dapp when the user disconnects from settings? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
when i disconnect app, then disconnect event not triggered, but when i dispatch disconnect event , it triggered
Version
24.26.0
Steps to Reproduce
provider.request({ method: 'disconnect' }) // it trigged
provider.on('disconnect', () => {
console.log('disconnected')
})
Phantom Version
No response
Is there an existing discussion for this?
Beta Was this translation helpful? Give feedback.
All reactions