-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Conversation
…o feature/seedless-onboarding
…o feature/seedless-onboarding
|
||
const TWITTER_URL = 'https://twitter.com/MetaMask'; | ||
|
||
export default function OnboardingFlow() { | ||
const [oAuthIdToken, setOAuthIdToken] = useState(); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Description
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist