Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Feature/seedless onboarding #1

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

lwin-kyaw
Copy link

Description

Open in GitHub Codespaces

Related issues

Fixes:

Manual testing steps

  1. Go to this page...

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.


const TWITTER_URL = 'https://twitter.com/MetaMask';

export default function OnboardingFlow() {
const [oAuthIdToken, setOAuthIdToken] = useState();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The AuthToken will be lost after move to another page.
User would need to relogin with SocialLogin again to change password.
Is it the expected flow?

Copy link
Author

@lwin-kyaw lwin-kyaw Mar 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm working on the moving these states to the redux store via controller persistence state. I will push new commits soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants