-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Remove accountID param when signing with SigninUser command #15709
Remove accountID param when signing with SigninUser command #15709
Conversation
@rushatgabhane @alex-mechler One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@cristipaval this is held on https://github.com/Expensify/Web-Expensify/pull/36713 being merged + deployed, right? |
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.
👍 Looks good
Reviewer Checklist
Screenshots/VideosWeb2023-03-08_15-22-10.mp4Mobile Web - Chrome2023-03-08_15-37-27.mp4Mobile Web - Safari2023-03-08_15-35-00.mp4Desktop2023-03-08_15-38-47.mp4iOS2023-03-08_15-33-44.mp4Android2023-03-08_15-36-16.mp4 |
This is on hold for now, but feel free to merge it when the blocking PR is on prod |
Yes, we decided yesterday to integrate the new command in this PR, so it is on hold now. Thanks @alex-mechler for updating the title! 🙇 |
This is off hold now cc: @rushatgabhane |
Reviewer ChecklistScreenshots/VideosWebScreen.Recording.2023-03-11.at.2.16.28.AM.movMobile Web - ChromeScreen.Recording.2023-03-11.at.2.48.57.PM.movMobile Web - SafariScreen.Recording.2023-03-11.at.2.44.52.PM.movDesktopScreen.Recording.2023-03-11.at.2.50.08.PM.moviOSScreen.Recording.2023-03-11.at.2.43.17.PM.movAndroidWhatsApp.Video.2023-03-11.at.14.47.12.mp4 |
@cristipaval i tested all platforms, and can sign in with 2fa enabled and disabled. (step 1 and step 2) But idk how to login with magic code. Can you please help me with it? |
5e04149
|
Adding the CP Staging label because the passwordless flow is quite borked at the moment and this makes it better. |
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.
👍
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.
…ID-in-SIgninUser-command Remove accountID param when signing with SigninUser command (cherry picked from commit 71ffd42)
…-15709 🍒 Cherry pick PR #15709 to staging 🍒
🚀 Cherry-picked to staging by https://github.com/NikkiWines in version: 1.2.82-4 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/Julesssss in version: 1.2.82-4 🚀
|
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 1.3.28-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.28-5 🚀
|
Details
Here some details.
Fixed Issues
$ #15637
Tests and QA Steps
Offline tests
N/A
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
web.mov
Mobile Web - Chrome
mobile.chrome.mov
Mobile Web - Safari
mobile.safari.mov
Desktop
desktop.mov
iOS
ios.native.mov
Android