-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Unified Login & Sign-Up: Create Sign-Up From Login functionality #11705
Copy link
Copy link
Closed
Labels
Description
This is part of the Unified Login & Sign-Up project.
Right now, when the user tries to sign-up with an existing account, the app redirects them from the sign-up flow to the login one. This is called Login From Sign-Up. For this project, we want to make sure the inverse happens as well, meaning the user would be redirected from the login flow to the sign-up one when trying to login with a nonexistent account.
This new functionality would be made available by a flag with default value set to false, as to preserve existing implementations. This would be done both to the Email + Magic Link method as well as to the Google Sign-In method (the only two methods that supports sign-up in WPAndroid).
Subtasks
- Implement for Email + Magic Link method (PR: Unified Login & Sign-Up: Create Sign-Up From Login functionality for Email + Magic Link method #11708)
- Implement for Google Sign-In method (PR: Unified Login & Sign-Up: Create Sign-Up From Login functionality for Google Sign-In method #11717)
-
Update tracking events if needed(this will be handled in a separate issue)
Reactions are currently unavailable