-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle connection errors in AcceptTermsModal #92
Conversation
|
packages/connect-wallet-modal/src/components/WalletsModal/components/AcceptTermsModal.tsx
Outdated
Show resolved
Hide resolved
packages/connect-wallet-modal/src/components/WalletsModal/components/AcceptTermsModal.tsx
Show resolved
Hide resolved
2bbbd25
to
a9487be
Compare
3d49f68
to
66ab6af
Compare
66ab6af
to
d5b2fa2
Compare
Resolves UI-1024
Problem
There was no handling of connection errors in case of the "Confirm connection" modal with the terms acceptance checkbox during a wallet autoconnection. This PR adds errors handling.
This code is going to be completely refactored after removing web3-react and autoconnection rework.