You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
Hi, I'm trying to handle the case where the user denies access to his account when initializing web3, but when I check the web3 status in the state, it's set to failed. I tried to dig in the code and I found out that the action WEB3_USER_DENIED should be dispatched in the catch block of ethereum.enable() instead of WEB3_FAILED.
If you can please make that change.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'm trying to handle the case where the user denies access to his account when initializing web3, but when I check the web3 status in the state, it's set to failed. I tried to dig in the code and I found out that the action WEB3_USER_DENIED should be dispatched in the catch block of ethereum.enable() instead of WEB3_FAILED.
If you can please make that change.
The text was updated successfully, but these errors were encountered: