-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:Expensify/App into nikki-fix-lhn-ac…
…tions
- Loading branch information
Showing
394 changed files
with
9,141 additions
and
7,187 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
**/node_modules/* | ||
**/dist/* | ||
android/**/build/* | ||
.github/actions/**/index.js" | ||
!.storybook | ||
!.github | ||
.github/actions/**/index.js | ||
*.config.js | ||
**/.eslintrc.js | ||
**/node_modules/** | ||
**/dist/** | ||
android/**/build/** | ||
docs/vendor/** | ||
docs/assets/** | ||
web/gtm.js |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -1,6 +1,10 @@ | ||
// For all these Node.js scripts, we do not want to disable `console` statements | ||
module.exports = { | ||
rules: { | ||
// For all these Node.js scripts, we do not want to disable `console` statements | ||
'no-console': 'off', | ||
|
||
'@lwc/lwc/no-async-await': 'off', | ||
'no-await-in-loop': 'off', | ||
'no-restricted-syntax': ['error', 'ForInStatement', 'LabeledStatement', 'WithStatement'], | ||
}, | ||
}; |
This file contains 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 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 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 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 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 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 |
---|---|---|
@@ -1 +1 @@ | ||
20.10.0 | ||
20.13.0 |
This file contains 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 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 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 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 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 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
31 changes: 0 additions & 31 deletions
31
docs/articles/expensify-classic/workspaces/reports/Currency.md
This file was deleted.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
docs/articles/new-expensify/expenses/Resolve-Errors-Adding-a-Bank-Account.md
This file contains 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,21 @@ | ||
--- | ||
title: Resolve Errors Adding a Bank Account | ||
description: Troubleshooting issues adding a business bank account in Expensify. | ||
--- | ||
<div id="new-expensify" markdown="1"> | ||
|
||
Expensify is required to verify the identity of the individual who is connecting a business bank account. | ||
|
||
**If you get a generic error message while uploading your ID, please go through the following steps:** | ||
1. Ensure you are using either Safari (on iPhone) or Chrome (on Android) as your web browser. | ||
2. Check your browser's permissions to make sure that the camera and microphone settings are set to "Allow" | ||
3. Clear your web cache for Safari (on iPhone) or Chrome (on Android). | ||
4. If using a corporate Wi-Fi network, confirm that your corporate firewall isn't blocking the website. | ||
5. Make sure no other apps are overlapping your screen, such as the Facebook Messenger bubble, while recording the video. | ||
6. On iPhone, if using iOS version 15 or later, disable the Hide IP address feature in Safari. | ||
7. If possible, try these steps on another device | ||
8. If you have another phone available, try to follow these steps on that device | ||
|
||
If the issue persists, please contact your Account Manager or Concierge for further troubleshooting assistance. | ||
|
||
</div> |
Oops, something went wrong.