Open sidvishnoi opened 1 month ago
With https://github.com/interledger/web-monetization-extension/issues/615, we can now automatically add keys to wallet. We should extend its use on key revoked state.
In src/popup/pages/ErrorKeyRevoked.tsx, use KeyAutoAdd to add keys, instead of directly asking user to manually paste key.
src/popup/pages/ErrorKeyRevoked.tsx
KeyAutoAdd
With https://github.com/interledger/web-monetization-extension/issues/615, we can now automatically add keys to wallet. We should extend its use on key revoked state.
In
src/popup/pages/ErrorKeyRevoked.tsx
, useKeyAutoAdd
to add keys, instead of directly asking user to manually paste key.