This issue is intended to track the work to roll out the changes from https://github.com/Automattic/wp-calypso/pull/91241 to other flows. The core change in that PR is to specify whether individual Stepper steps should require a login and move more logic around login redirects into the Stepper framework.
Done is:
All Stepper flows are using the new requiresLoggedInUser flag on steps where users need to be logged in
@daledupreez I created a task for each flow using isSignupFlow: true.
The list is organized based on the most frequently used flow to the least used flow.
Details
Copied from https://github.com/Automattic/dotcom-forge/issues/7643 to simplify the management.
This issue is intended to track the work to roll out the changes from https://github.com/Automattic/wp-calypso/pull/91241 to other flows. The core change in that PR is to specify whether individual Stepper steps should require a login and move more logic around login redirects into the Stepper framework.
Done is: All Stepper flows are using the new requiresLoggedInUser flag on steps where users need to be logged in
Checklist
No response
Related
No response