-
Notifications
You must be signed in to change notification settings - Fork 4k
remove back to forward to from country selection during bank account setup #69580
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
Merged
mountiny
merged 15 commits into
Expensify:main
from
software-mansion-labs:collectioneur/remove-back-to-forward-to-from-country-selection
Oct 13, 2025
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
fc377a2
added new page with verification with static backTo and ForwardTo rou…
collectioneur 18ce12b
Merge branch 'main' into collectioneur/remove-back-to-forward-to-from…
collectioneur 373cf16
Merge branch 'feat/verify-account-uses-navigation-modal' into collect…
collectioneur 4841dab
Merge branch 'main' into collectioneur/remove-back-to-forward-to-from…
collectioneur a863efb
added constant to the route
collectioneur c8161f9
Merge branch 'main' into collectioneur/remove-back-to-forward-to-from…
collectioneur 5917fc5
changed path to /select-country/verify-account
collectioneur 92939ee
fixed screen to rhp relation
collectioneur d37b722
Merge branch 'main' into collectioneur/remove-back-to-forward-to-from…
collectioneur 086d93f
Merge branch 'main' into collectioneur/remove-back-to-forward-to-from…
collectioneur b484854
added displayName
collectioneur c70cb93
Merge branch 'main' into collectioneur/remove-back-to-forward-to-from…
jmusial 0a6bb6f
removed settings to rhp config, because it was appearing on other ful…
collectioneur 9325250
Merge branch 'main' into collectioneur/remove-back-to-forward-to-from…
collectioneur ac57854
changed component name to countrySelectionVerifyAccountPage
collectioneur File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/pages/settings/Wallet/InternationalDepositAccount/CountrySelectionVerifyAccountPage.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| import React from 'react'; | ||
| import VerifyAccountPageBase from '@pages/settings/VerifyAccountPageBase'; | ||
| import ROUTES from '@src/ROUTES'; | ||
|
|
||
| function CountrySelectionVerifyAccountPage() { | ||
| return ( | ||
| <VerifyAccountPageBase | ||
| navigateBackTo={ROUTES.SETTINGS_ADD_BANK_ACCOUNT.route} | ||
| navigateForwardTo={ROUTES.SETTINGS_ADD_US_BANK_ACCOUNT} | ||
| /> | ||
| ); | ||
| } | ||
|
|
||
| CountrySelectionVerifyAccountPage.displayName = 'CountrySelectionVerifyAccountPage'; | ||
|
|
||
| export default CountrySelectionVerifyAccountPage; | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.