Skip to content

fix(auth): redirect to login when signup email already exists#191

Open
vikram-2101 wants to merge 1 commit intometacall:masterfrom
vikram-2101:fix-signup-redirect-login
Open

fix(auth): redirect to login when signup email already exists#191
vikram-2101 wants to merge 1 commit intometacall:masterfrom
vikram-2101:fix-signup-redirect-login

Conversation

@vikram-2101
Copy link

This PR fixes an issue where attempting to sign up with an existing
email caused the CLI to loop back into the signup flow.

Updated behavior:

  • Detects existing-account errors
  • Informs the user clearly
  • Redirects to the login flow instead of retrying signup

This prevents infinite loops and improves CLI UX.

@vikram-2101
Copy link
Author

Hi maintainers 👋

This PR improves the signup UX by preventing retry loops
when an email already exists and redirects users to login instead.

Please let me know if any changes are required.
Happy to update.

Thanks!

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.

1 participant