Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
feat(sdk): allow to register with metamask if failed to send via gsn
Browse files Browse the repository at this point in the history
  • Loading branch information
LeilaWang committed Feb 25, 2020
1 parent 2df7c9d commit eff0c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/extension/src/ui/pages/Register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const Register = ({

return {
steps,
retryWithMetaMaskStep: registerSteps.metamask.slice(-1)[0],
address,
isGSNAvailable,
};
Expand Down
1 change: 1 addition & 0 deletions packages/extension/src/ui/pages/RegisterAddress.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const RegisterAddress = ({
return {
...currentAccount,
steps,
retryWithMetaMaskStep: registerSteps.metamask.slice(-1)[0],
keyStore,
pwDerivedKey,
AZTECaddress,
Expand Down

0 comments on commit eff0c2a

Please sign in to comment.