-
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
Fix can't login using magic link when signed in as anonymous user #37952
Fix can't login using magic link when signed in as anonymous user #37952
Conversation
|
Additional videos to show the validate login page still works when we are signed out (not as anon user) Screen.Recording.2024-03-08.at.12.35.54.movScreen.Recording.2024-03-08.at.12.31.33.mov |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-native-2024-03-08_13.28.28.mp4Android: mWeb Chromeandroid-chrome-2024-03-08_12.49.51.mp4iOS: Nativeios-native-2024-03-08_12.14.40.mp4iOS: mWeb Safariios-safari-2024-03-08_11.56.53.mp4MacOS: Chrome / Safaridesktop-chrome-2024-03-08_11.02.14.mp4MacOS: Desktopdesktop-app-2024-03-08_13.49.50.mp4 |
It doesn't look like it, since we return early because of this condition here:
|
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.
LGTM!
@flodnv looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Whoops I missed that 😬 It fails on |
🚀 Deployed to production by https://github.com/luacmartins in version: 1.4.50-5 🚀
|
Details
The page to validate the magic code is currently only works when the user is not signed in at all.
Fixed Issues
$ #36812
PROPOSAL: #36812 (comment)
Tests
Same as QA Steps
Offline tests
Requires internet connection to sign in
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.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
Android: Native
Screen.Recording.2024-03-08.at.12.13.13.mov
Android: mWeb Chrome
iOS: Native
Screen.Recording.2024-03-08.at.12.06.27.mov
iOS: mWeb Safari
Screen.Recording.2024-03-08.at.12.09.07.mov
MacOS: Chrome / Safari
Screen.Recording.2024-03-08.at.12.18.18.mov
MacOS: Desktop