-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(ErrorKeyRevoked): reconnect with automatic key addition #714
Conversation
Extension builds preview
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nearly there...
@@ -168,6 +168,9 @@ | |||
"connectWalletKeyService_text_consentP1": { | |||
"message": "We will automatically connect with your wallet provider." | |||
}, | |||
"reconnectWalletKeyService_text_consentP1": { | |||
"message": "We will automatically reconnect with your wallet provider." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo: ask to improve message later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🎉💯
I would like to merge WICG/webmonetization/481 first, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested a code style improvement, but LGTM 🎉
Context
When the public key is revoked, instead of manually asking to copy/pasta the key to reconnect the wallet, use
KeyAutoAddService
to automatically add the key back,Closes #653 .
EDIT: depends on #742 to be doneChanges proposed in this pull request