Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve the problem of implementing an alternative authentication met…
…hod for Wallet V2. (#197) ## Description: Hey team, This PR aims to resolve an authentication method issue specifically for Wallet V2 accounts in our application. Currently, we encounter problems when attempting to connect with alternative authentication methods that involve passphrase generation. However, Wallet V2 accounts do not require passphrase generation. To address this issue and provide a seamless authentication experience, we have made the following changes: Conducted thorough testing on the "completed" variable in our database to ensure its compatibility and functionality with Wallet V2 accounts. Modified the authentication process to eliminate the need for passphrase generation for Wallet V2 accounts. ## Changes Made: Rigorously tested the "completed" variable in our database to ensure its effectiveness for Wallet V2 accounts. Adjusted the authentication process to bypass passphrase generation for Wallet V2 accounts, resolving the authentication method issue. ## Notes for Reviewers: Kindly review the changes made to ensure that Wallet V2 accounts no longer encounter issues with alternative authentication methods. We welcome your feedback, suggestions, and alternative approaches to further enhance the implementation and user experience. Thank you for your time and consideration. Your feedback is highly appreciated. Best regards, Rania Morheg
- Loading branch information