Skip to content

Commit

Permalink
#2662 Update link to create account page
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbsfromncis committed May 10, 2019
1 parent 4fad7dc commit 6a7d7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Wallet/WalletUnlockModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class WalletUnlockModal extends React.Component {
this.props.history.push(path);
};

handleCreateWallet = () => this.closeRedirect("/create-account/wallet");
handleCreateWallet = () => this.closeRedirect("/registration/local");

handleRestoreOther = () => this.closeRedirect("/settings/restore");

Expand Down

0 comments on commit 6a7d7a9

Please sign in to comment.