-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Adding a phone login sends a /v/<accountID>/<validateCode> link but this route was removed #6136
Comments
hmmm is the problem that the app should not be opening that link at all? Or what is the expected behavior when the app opens it? |
We send you a link and it opens the app, but does not validate your secondary login. Because the link we send has no corresponding route so it is like a very basic deep link that does nothing but open the app. The expected behavior is that your secondary login will get automatically validated. |
I'll add the validate route back, then we should make sure this flow is added to the regression testing suite. |
Oh I see, so it would receive the values, call the validate api and then redirect to some other page? |
AFAIK the design that was implemented was to have the user return to NewDot - so unsure if we should change that. But maybe @NikkiWines has thoughts on this. |
The original implementation had the user routed back to NewDot if they initiated adding the secondary login from NewDot - I don't think we should change it so they're routed to OldDot. Seems like a weird flow for them to go through |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
/v/<accountID>/<validateCode>
syntaxExpected Result:
validateLogin()
and the secondary login gets added ? cc @NikkiWinesActual Result:
Nothing happens
Workaround:
They can't add a phone login
Platform:
Where is this issue occurring?
Version Number:
Reproducible in staging?: Yes
Reproducible in production?: Yes
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Expensify/Expensify Issue URL:
Issue reported by:
Slack conversation:
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: