Skip to content

Commit

Permalink
show confirm secret phrase step
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaleks committed Jan 13, 2025
1 parent 5a3d6ae commit 42ca126
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/AccountSetUpModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ export default ({ isOpen, onClose, saveZkAccountMnemonic, closePasswordModal })
newMnemonic = ethers.Wallet.createRandom().mnemonic.phrase;
setNewMnemonic(newMnemonic);
setConfirmedMnemonic(newMnemonic);
setStep(STEP.CREATE_PASSWORD_PROMPT);
return;
}
setStep(nextStep);
}, []);
Expand Down

0 comments on commit 42ca126

Please sign in to comment.