feat: 2.6 seedless multi-srp ui#16009
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
remove unwanted lint changes
- Added OnboardingSheet component for user onboarding options. - Integrated AccountStatus component to handle existing account scenarios. - Updated navigation routes to include new onboarding flows. - Enhanced ChoosePassword component to support OAuth login success handling. - Updated localization files to include new strings for onboarding and account status. - Added tests for new components and updated existing tests for integration. This commit enhances the user experience during onboarding and account management by providing clear options and feedback for existing users.
…nd Authentication components
…ion and restoration
f9e1627 to
426bc0c
Compare
Co-authored-by: Ganesh Suresh Patra <ganesh.patra@consensys.net>
bb73b24 to
d08fbac
Compare
…s onboarding behavior
|
🚨 BugBot couldn't runSomething went wrong. Try again by commenting "bugbot run", or contact support (requestId: serverGenReqId_d6848e8b-e3ef-4de2-b02c-16c81b4082bf). |
|
There was a problem hiding this comment.
Bug: Incorrect Seed Format Passed to Backup Function
The addNewSeedPhraseBackup function is called with an incorrect data format. The seed variable, created from inputCodePoints (which contains BIP39 word indices as a Uint16Array), passes raw word index bytes instead of the actual cryptographic seed derived from the mnemonic. The backup function expects the proper seed bytes/entropy. Additionally, the variable name seed is misleading.
app/actions/multiSrp/index.ts#L75-L89
metamask-mobile/app/actions/multiSrp/index.ts
Lines 75 to 89 in 070deae
Was this report helpful? Give feedback by reacting with 👍 or 👎
|
|



Description
Figma Link: http://figma.com/design/pViOUcmjwhEzFsdrwknpNc/Onboarding-redesign?node-id=2717-121956&m=dev
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist