-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Signup: pointing to the proper developer welcome page #532
Conversation
Login works great. |
@@ -128,7 +128,7 @@ const flows = { | |||
|
|||
developer: { | |||
steps: [ 'themes', 'site', 'user' ], | |||
destination: '/me/next?welcome', | |||
destination: '/devdocs/welcome', |
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.
Should we take any precautions in environments that don't have devdocs enabled?
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 checked with @scruffian and a signup flow only shows up when you link directly to the flow (i.e., via /start/developer
) and that only gets linked to from devdocs/controller.js
... which is only available in an environment with devdocs
enabled. So I don't think any other checks are necessary at this point.
Signup works great, too. |
Let’s do it :) |
…ects Signup: point to the developer welcome page
The signup/register work was done separate from the devdocs/welcome work, so we need to wire it up.
Testing
@nb could you give this a runthrough? Test both register and login and make sure it takes you to the proper /devdocs/start page.