[Domain Control] Split domain verify/verified routes for SAML and Members#91747
Conversation
…ndle proper deeplink behavior)
|
Hey, I noticed you changed If you want to automatically generate translations for other locales, an Expensify employee will have to:
Alternatively, if you are an external contributor, you can run the translation script locally with your own OpenAI API key. To learn more, try running: npx ts-node ./scripts/generateTranslations.ts --helpTypically, you'd want to translate only what you changed by running |
…ted-domains-bug-fixes
…-wall-gate-for-unvalidated-domains-bug-fixes
…-bug-fixes' of github.com:software-mansion-labs/expensify-app-fork into jakubstec/domains/add-wall-gate-for-unvalidated-domains-bug-fixes
Codecov Report❌ Looks like you've decreased code coverage for some files. Please write tests to increase, or at least maintain, the existing level of code coverage. See our documentation here for how to interpret this table.
|
war-in
left a comment
There was a problem hiding this comment.
LGTM, just one small thought
| if (domain.validated) { | ||
| return ( | ||
| <NotFoundPage | ||
| onLinkPress={() => Navigation.dismissModal()} | ||
| shouldForceFullScreen | ||
| /> | ||
| ); | ||
| } |
There was a problem hiding this comment.
Shouldn't we redirect the user to the main domain page? Or show some screen that it was already verified? Not found page can be confusing here 🤔
There was a problem hiding this comment.
|
@dubielzyk-expensify @dukenv0307 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] |
joekaufmanexpensify
left a comment
There was a problem hiding this comment.
Good for product
|
Looks good to me. I see that this jumps from loading to when it's fully loaded. Would be nice to have a min-height to avoid that from happening: CleanShot.2026-06-11.at.11.12.46.mp4 |
|
@jakubstec Is it ready for review? |
…-wall-gate-for-unvalidated-domains-bug-fixes
Screen.Recording.2026-06-19.at.14.20.21.movadded a min height of |
|
@dukenv0307 should be ready now! (if none of the tests fail) |
|
@codex review |
|
Codex Review: Didn't find any major issues. Breezy! Reviewed commit: ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppScreen.Recording.2026-06-22.at.10.38.29.AM.movAndroid: mWeb ChromeScreen.Recording.2026-06-22.at.10.33.52.AM.moviOS: HybridAppScreen.Recording.2026-06-22.at.10.39.59.AM.moviOS: mWeb SafariScreen.Recording.2026-06-22.at.10.28.44.AM.movMacOS: Chrome / SafariScreen.Recording.2026-06-22.at.10.18.19.AM.mov |
|
🚧 @mountiny has triggered a test Expensify/App build. You can view the workflow run here. |
|
@mountiny 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. |
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
|
|
This was not Emergency, the checklist is filled out and tests were passing |
|
🚀 Deployed to staging by https://github.com/mountiny in version: 9.4.17-0 🚀
Bundle Size Analysis (Sentry): |
|
🤖 Help site review: no documentation changes required. I reviewed the changes in this PR against the help articles under Why no docs changes are neededThis PR is an internal navigation/routing refactor plus a render fix:
The only domain-verification help article, Since no help site changes are required, there is no linked docs PR to review. @jakubstec, if you believe a user-facing behavior did change and should be documented, let me know and I'll open the draft PR. |
|
🚀 Deployed to production by https://github.com/blimpich in version: 9.4.17-3 🚀
|
1 similar comment
|
🚀 Deployed to production by https://github.com/blimpich in version: 9.4.17-3 🚀
|

Explanation of Change
Splits routes for
SAMLandMembersdomain verification wall gates, so deeplinks work correctly. Also fixes a UI bug of invisibleTXT recordafter refreshing the page.Fixed Issues
$ #91081
PROPOSAL:
Tests
Verify Domain/domain/<domainID>/members/verifyand/domain/<domainID>/members/verifiedhave (proper routing, screens etc).TXT recordis visible correctly after a refresh.Offline tests
N/A
QA Steps
Same as Tests
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
MacOS: Chrome / Safari
Screen.Recording.2026-06-09.at.18.00.21.mov
Screen.Recording.2026-06-09.at.18.00.50.mov