-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[Release 1] [Domain Control] Reset domain #77969
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 35 commits into
Expensify:main
from
software-mansion-labs:feat/domain-reset
Jan 14, 2026
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
249627d
Add domain reset
jmusial 9214c58
update error clear function
jmusial 58a0e1e
Merge branch 'main' into feat/domain-reset
jmusial c4b2c1e
Merge branch 'main' into feat/domain-reset
jmusial 41d1f3a
Merge branch 'main' into feat/domain-reset
jmusial 75490d9
fix merge
jmusial 4de90ee
Merge branch 'main' into feat/domain-reset
jmusial 6e31c3e
Merge branch 'feat/domain-revoke-admin-access' into feat/domain-reset
jmusial ee26ea5
re add delete domain actions
jmusial 57110d7
Merge branch 'feat/domain-revoke-admin-access' into feat/domain-reset
jmusial 40c75fe
move sanitizePhoneOrEmail to util
jmusial d3d84fb
fix lint
jmusial 83dd7db
fix failing request & error msgs
jmusial 3eac6d1
prettier
jmusial 7d5423d
translations
jmusial 2f60eb6
fix onyxkeys type error
jmusial 1552c7c
fixes
jmusial 128f9c4
Merge branch 'main' into feat/domain-reset
jmusial aab88e7
rename clear function
jmusial 2fc7571
whitespaces
jmusial 9f2f72d
Merge branch 'main' into feat/domain-reset
jmusial fdcc601
Change Text to View, remove redundant space in teanslation
jmusial e8042cd
bring back removing optimistically added admin together with errors
jmusial afbcead
Merge branch 'main' into feat/domain-reset
jmusial e37b665
fix prettier
jmusial 1690e4b
fix ts
jmusial 73d9b0e
replace whitespace with another helper
jmusial fd16456
fix import
jmusial fc30b48
fix test
jmusial b2c3160
Merge branch 'main' into feat/domain-reset
jmusial 742e019
fix review comments
jmusial 0472039
fix ts error
jmusial 7e930c7
safeguard reset domain from access when more that 1 admin present
jmusial 324beb0
fix animation
jmusial 44422d3
Remove redundant trnaslation url
jmusial 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
Some comments aren't visible on the classic Files Changed page.
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| type DeleteDomainParams = { | ||
| domainAccountID: number; | ||
| domainName: string; | ||
| }; | ||
|
|
||
| export default DeleteDomainParams; |
Oops, something went wrong.
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.