-
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
Add login validation route back in NewDot #6149
Conversation
Tested this on iOS on a physical device and it worked 🎉 |
componentDidMount() { | ||
const accountID = lodashGet(this.props.route.params, 'accountID', ''); | ||
const validateCode = lodashGet(this.props.route.params, 'validateCode', ''); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NAB: extra line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 tested and works well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, but you've got a merge conflict 😬
# Conflicts: # src/pages/SetPasswordPage.js
Updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @roryabraham in version: 1.1.13-3 🚀
|
cc @NikkiWines
Details
Adds a login validation route that was removed in this PR, but should not have been.
Fixed Issues
$ #6136
Tests
QA Steps
Tested On