Skip to content

Commit

Permalink
Merge branch 'main' into aimeebarigian-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeebarigian authored Mar 6, 2024
2 parents cb0c2de + 10cae1e commit 8deee63
Show file tree
Hide file tree
Showing 42 changed files with 1,077 additions and 83 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
versionCode 1001044707
versionName "1.4.47-7"
versionCode 1001044709
versionName "1.4.47-9"
}

flavorDimensions "default"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Change or add email address
description: Update your Expensify email address or add a secondary email
---
<div id="expensify-classic" markdown="1">

The primary email address on your Expensify account is the email that receives email updates and notifications for your account. You can add a secondary email address in order to
- Change your primary email to a new one.
- Connect your personal email address as a secondary login if your primary email address is one from your employer. This allows you to always have access to your Expensify account, even if your employer changes.

{% include info.html %}
Before you can remove a primary email address, you must add a new one to your Expensify account and make it the primary using the steps below. Email addresses must be added as a secondary login before they can be made the primary.
{% include end-info.html %}

*Note: This process is currently not available from the mobile app and must be completed from the Expensify website.*

1. Hover over Settings, then click **Account**.
2. Under the Account Details tab, scroll down to the Secondary Logins section and click **Add Secondary Login**.
3. Enter the email address or phone number you wish to use as a secondary login. For phone numbers, be sure to include the international code, if applicable.
4. Find the email or text message from Expensify containing the Magic Code and enter it into the field.
5. To make the new email address the primary address for your account, click **Make Primary**.

You can keep both logins, or you can click **Remove** next to the old email address to delete it from your account.
</div>
1 change: 1 addition & 0 deletions docs/redirects.csv
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ https://help.expensify.com/articles/expensify-classic/getting-started/Invite-Mem
https://help.expensify.com/articles/expensify-classic/billing-and-subscriptions/Annual-Subscription,https://use.expensify.com/
https://help.expensify.com/articles/expensify-classic/billing-and-subscriptions/Pay-Per-Use-Subscription,https://use.expensify.com/
https://help.expensify.com/articles/expensify-classic/billing-and-subscriptions/Individual-Subscription,https://use.expensify.com/
https://help.expensify.com/articles/expensify-classic/settings/Merge-Accounts,https://help.expensify.com/articles/expensify-classic/settings/account-settings/Merge-accounts
2 changes: 1 addition & 1 deletion ios/NewExpensify/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.4.47.7</string>
<string>1.4.47.9</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/NewExpensifyTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.4.47.7</string>
<string>1.4.47.9</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/NotificationServiceExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleShortVersionString</key>
<string>1.4.47</string>
<key>CFBundleVersion</key>
<string>1.4.47.7</string>
<string>1.4.47.9</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "new.expensify",
"version": "1.4.47-7",
"version": "1.4.47-9",
"author": "Expensify, Inc.",
"homepage": "https://new.expensify.com",
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",
Expand Down
Loading

0 comments on commit 8deee63

Please sign in to comment.