-
Notifications
You must be signed in to change notification settings - Fork 49
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
Email address in homepage Developer Signup #242
Conversation
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.
Please also try to indent your code a bit better. Follow the rest of the file.
src/components/Welcome/components/WelcomeDevelopers/WelcomeDevelopers.jsx
Outdated
Show resolved
Hide resolved
@ppk-1996 Is this ready for merge? |
Yes, it is ready for merge. |
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.
Your code sends the email as a query parameter but it isn't read anywhere on the actual signup form. You need to add code to read it on the /quickstart
page
#217
Added email address text field before the sign up button. This is my first ever pull request so please feel free to ask for more work. I'll contribute to ChRIS_store_ui and ChRIS_ui for any frontend related task.