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

chore(checkout): reorganize auth pages routing #60

Merged
merged 1 commit into from
Dec 28, 2022

Conversation

mapra99
Copy link
Owner

@mapra99 mapra99 commented Dec 28, 2022

closes #58
While working on #35, I found out that it would be cleaner to have one more nesting level on the routing for each step in the checkout flow.
Before:
Signup screen: /checkout/billing-details
Login screen: /checkout/login
Verification code screen: /checkout/confirmation-code

Now:
Signup screen: /checkout/billing-details
Login screen: /checkout/billing-details/login
Verification code screen: /checkout/billing-details/confirmation-code

Copy link
Collaborator

@ImMPrada ImMPrada left a comment

Choose a reason for hiding this comment

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

🚀

@mapra99 mapra99 merged commit 34fda12 into main Dec 28, 2022
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.

Re-organize auth pages
2 participants