Skip to content

[No QA] Stephanieelliott patch 28#79858

Merged
stephanieelliott merged 10 commits intostephanieelliott-patch-27from
stephanieelliott-patch-28
Jan 19, 2026
Merged

[No QA] Stephanieelliott patch 28#79858
stephanieelliott merged 10 commits intostephanieelliott-patch-27from
stephanieelliott-patch-28

Conversation

@stephanieelliott
Copy link
Copy Markdown
Contributor

Explanation of Change

Fixed Issues

$
PROPOSAL:

Tests

  • Verify that no errors appear in the JS console

Offline tests

QA Steps

// TODO: These must be filled out, or the issue title must include "[No QA]."

  • Verify that no errors appear in the JS console

PR Author Checklist

  • I linked the correct issue in the ### Fixed Issues section above
  • I wrote clear testing steps that cover the changes made in this PR
    • I added steps for local testing in the Tests section
    • I added steps for the expected offline behavior in the Offline steps section
    • I added steps for Staging and/or Production testing in the QA steps section
    • I added steps to cover failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
    • I tested this PR with a High Traffic account against the staging or production API to ensure there are no regressions (e.g. long loading states that impact usability).
  • I included screenshots or videos for tests on all platforms
  • I ran the tests on all platforms & verified they passed on:
    • Android: Native
    • Android: mWeb Chrome
    • iOS: Native
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
  • I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)
  • I verified there are no new alerts related to the canBeMissing param for useOnyx
  • I followed proper code patterns (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick)
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
      • If any non-english text was added/modified, I used JaimeGPT to get English > Spanish translation. I then posted it in #expensify-open-source and it was approved by an internal Expensify engineer. Link to Slack message:
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I followed the guidelines as stated in the Review Guidelines
  • I tested other components that can be impacted by my changes (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar are working as expected)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • I verified that if a function's arguments changed that all usages have also been updated correctly
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))
  • If new assets were added or existing ones were modified, I verified that:
    • The assets are optimized and compressed (for SVG files, run npm run compress-svg)
    • The assets load correctly across all supported platforms.
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • I added unit tests for any new feature or bug fix in this PR to help automatically prevent regressions in this user flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.

Screenshots/Videos

Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari

@stephanieelliott stephanieelliott requested review from a team as code owners January 19, 2026 05:47
@melvin-bot melvin-bot bot requested review from joekaufmanexpensify and removed request for a team January 19, 2026 05:47
@stephanieelliott stephanieelliott merged commit db872d9 into stephanieelliott-patch-27 Jan 19, 2026
21 of 23 checks passed
@stephanieelliott stephanieelliott deleted the stephanieelliott-patch-28 branch January 19, 2026 05:47
@melvin-bot
Copy link
Copy Markdown

melvin-bot bot commented Jan 19, 2026

Concierge reviewer checklist:

  • I have verified the accuracy of the article
    • The article is within a hub that makes sense, and the navigation is correct
    • All processes, screenshots, and examples align with current product behavior.
    • All links within the doc have been verified for correct destination and functionality.
  • I have verified the readability of the article
    • The article's language is clear, concise, and free of jargon.
    • The grammar, spelling, and punctuation are correct.
    • The article contains at least one image, or that an image is not necessary
  • I have verified the formatting of the article
    • The article has consistent formatting (headings, bullet points, etc.) with other HelpDot articles and that aligns with the HelpDot formatting standards.
    • The article has proper text spacing and breaks for readability.
  • I have verified the article has the appropriate tone and style
    • The article's tone is professional, friendly, and suitable for the target audience.
    • The article's tone, terminology, and voice are consistent throughout.
  • I have verified the overall quality of the article
    • The article is not missing any information, nor does it contain redundant information.
    • The article fully addresses user needs.
  • I have verified that all requested improvements have been addressed

For more detailed instructions on completing this checklist, see How do I review a HelpDot PR as a Concierge Team member?

cc @johncschuster

@melvin-bot
Copy link
Copy Markdown

melvin-bot bot commented Jan 19, 2026

@youssef-lr @johncschuster 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]

@melvin-bot melvin-bot bot removed the request for review from a team January 19, 2026 05:48
const ancestors = useAncestors(report);

const inviteUsers = useCallback(() => {
const inviteUsers = () => {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ PERF-4 (docs)

The inviteUsers function should be wrapped with useCallback to prevent unnecessary re-renders of child components.

Why this matters:

  • RoomInvitePage is NOT optimized by React Compiler
  • Both SelectionList and FormAlertWithSubmitButton ARE optimized/memoized
  • Without useCallback, a new inviteUsers function reference is created on every render
  • This breaks memoization and causes unnecessary re-renders of both child components

Suggested fix:

const inviteUsers = useCallback(() => {
    HttpUtils.cancelPendingRequests(READ_COMMANDS.SEARCH_FOR_REPORTS);

    if (\!validate()) {
        return;
    }

    const invitedEmailsToAccountIDs: MemberEmailsToAccountIDs = {};
    selectedOptions.forEach((option) => {
        const isSelectedOptionLogin = \!\!option.login;
        let {login: optionLogin, accountID} = option;

        if (\!isSelectedOptionLogin || \!optionLogin || \!accountID) {
            return;
        }
        const login = addSMSDomainIfPhoneNumber(optionLogin);
        invitedEmailsToAccountIDs[login] = Number(accountID);
    });
    if (report?.reportID) {
        if (isPolicyExpenseChat(report)) {
            inviteToRoomAction(report, ancestors, invitedEmailsToAccountIDs, currentUserPersonalDetails.timezone ?? CONST.DEFAULT_TIME_ZONE);
        } else {
            inviteToRoom(reportID, invitedEmailsToAccountIDs, formatPhoneNumber);
        }
        clearUserSearchPhrase();
        if (backTo) {
            Navigation.goBack(backTo);
        } else {
            Navigation.goBack(ROUTES.REPORT_WITH_ID.getRoute(report.reportID));
        }
    }
}, [validate, selectedOptions, ancestors, report, currentUserPersonalDetails.timezone, backTo, reportID, formatPhoneNumber]);

@github-actions github-actions bot changed the title Stephanieelliott patch 28 [No QA] Stephanieelliott patch 28 Jan 19, 2026
@OSBotify
Copy link
Copy Markdown
Contributor

A preview of your ExpensifyHelp changes have been deployed to https://47a97c49.helpdot.pages.dev ⚡️

Updated articles:

@github-actions
Copy link
Copy Markdown
Contributor

HelpDot Documentation Review

Overall Assessment

This PR updates the Two-Factor Authentication documentation from Expensify Classic to New Expensify. The changes show a significant restructuring with improved clarity and user-focused guidance. However, there are several critical issues that need to be addressed before merging.

Scores Summary

  • Readability: 7/10 - The documentation is generally clear and well-organized, but some sections have formatting issues, incomplete information (broken links), and could benefit from improved flow and consistency.
  • AI Readiness: 5/10 - Several issues significantly impact AI readability: malformed YAML metadata (unclosed bracket in keywords), inconsistent section structure, and vague references like "LINK" that provide no context.
  • Style Compliance: 6/10 - Mixed terminology issues ("New Expensify" vs standard "workspace"), button label inconsistencies ("Click" vs "Select"), and formatting violations that need correction.

Key Findings

Critical Issues

  1. Malformed YAML Metadata: The keywords array has a syntax error - missing closing bracket and contains backup codes. which should be backup codes
  2. Broken Links: Multiple instances of placeholder text [LINK] and one broken URL format in a markdown link
  3. Inconsistent Product Naming: The heading says "Who can use Two-Factor Authentication in Expensify Classic" but this is a New Expensify document
  4. Button Label Inconsistency: Mixes "Click" and "Select" - should consistently use "Select" per Expensify style guidelines

Structural Issues

  1. Section Hierarchy Problems: The document mixes "#" and "##" level headings inconsistently - Domain Admin reset section should be top-level "#"
  2. Formatting Inconsistencies: Steps use different numbering styles and formatting patterns
  3. Incomplete Instructions: References to switching to Expensify Classic lack proper context and the link format is incorrect

Content Issues

  1. Removed Important Content: "Best practices" section was removed entirely, which contained valuable user guidance
  2. FAQ Reorganization: While some FAQs were improved, the removal of backup device recommendation weakens the guidance
  3. Context Gaps: Some sections assume knowledge that may not be available to all readers

Recommendations

Priority 1 (Must Fix Before Merge)

  1. Fix the YAML metadata syntax error in the keywords array
  2. Replace all [LINK] placeholders with actual URLs or remove the reference
  3. Correct the product name in the heading (change "Expensify Classic" to "New Expensify")
  4. Fix the malformed markdown link syntax in the Domain Admin section
  5. Standardize all button labels to use "Select" instead of "Click"

Priority 2 (Should Fix)

  1. Restore the "Best practices" section or integrate key points into existing sections
  2. Improve section hierarchy by making Domain Admin reset instructions a top-level heading
  3. Ensure consistent formatting of numbered steps throughout
  4. Add proper context for the Expensify Classic switching instructions
  5. Consider adding back information about using 2FA on multiple devices as a backup strategy

Priority 3 (Nice to Have)

  1. Improve the flow between sections for better narrative consistency
  2. Add more specific guidance on recovery code storage best practices
  3. Consider adding a visual diagram or more detailed step-by-step screenshots reference

Files Reviewed

  • docs/articles/new-expensify/settings/Two-Factor-Authentication.md - Major rewrite with critical issues requiring immediate attention

Positive Aspects

  • Clearer explanation of how 2FA changes the login process
  • Improved FAQ section with more specific authenticator app recommendations
  • Better organization of Domain Admin recovery procedures
  • More detailed step-by-step instructions for enabling 2FA
  • Addition of TOTP algorithm explanation for technical context

Note: This PR also includes code changes to MoneyRequestView.tsx, ReportNameUtils.ts, and RoomInvitePage.tsx which are outside the scope of this documentation review.

title: Two-Factor Authentication (2FA)
description: Learn how to set up, use, and recover your Expensify account with two-factor authentication (2FA), including lost device and admin recovery options.
keywords: [Expensify Classic, two-factor authentication, 2FA, login security, authenticator app, recovery codes, locked out, lost phone, account recovery, Domain Admin reset]
keywords: [New Expensify, two-factor authentication, 2FA, login security, authenticator app, recovery codes, locked out, lost phone, account recovery, Domain Admin reset, backup codes.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YAML metadata violation: Missing closing bracket ] in keywords array. The line should end with ] not .

---

# How two-factor authentication works
# Who can use Two-Factor Authentication in Expensify Classic
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terminology violation: This heading mentions "Expensify Classic" but the article is for New Expensify (based on the file path new-expensify/settings/). This creates confusion. Either correct the heading to "Who can use Two-Factor Authentication in New Expensify" or clarify why Classic is mentioned here.

2. Enter a 6-digit code generated by your authenticator app (such as Google Authenticator, Microsoft Authenticator, or Authy).

Codes refresh every few seconds. If one expires, simply open the app for a new code.
Anyone can enable Two-Factor Authentication on their own account. Domain admins can also enable Two-Factor Authentication for domains, which forces each domain member to set up Two-Factor Authentication on their account.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terminology violation: Use "workspace" instead of "domain" to match Expensify standards. Change "Domain admins" to "Workspace Admins".

2. Enter a 6-digit code generated by your authenticator app (such as Google Authenticator, Microsoft Authenticator, or Authy).

Codes refresh every few seconds. If one expires, simply open the app for a new code.
Anyone can enable Two-Factor Authentication on their own account. Domain admins can also enable Two-Factor Authentication for domains, which forces each domain member to set up Two-Factor Authentication on their account.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terminology violation: Use "domain member" should be "workspace member" to align with Expensify terminology standards.

1. Ensure an authenticator app is installed on your device.
2. From the left-hand menu, select **Account > Security**.
3. Under **Security options**, select **Two-Factor Authentication**.
4. Enable **Two-factor authentication**.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readability violation: Duplicate step number. You have two step 4s (lines 22 and 23). Renumber the steps correctly.

3. Under **Security options**, select **Two-Factor Authentication**.
4. Enable **Two-factor authentication**.
4. Save a copy of your backup codes:
- Click **Download** to save them to your computer.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Button label violation: Use "Select" instead of "Click" for consistency with Expensify style. Change "Click Download" to "Select Download".

4. Enable **Two-factor authentication**.
4. Save a copy of your backup codes:
- Click **Download** to save them to your computer.
- Click **Copy** to store them in a secure location.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Button label violation: Use "Select" instead of "Click" for consistency. Change "Click Copy" to "Select Copy".

4. Save a copy of your backup codes:
- Click **Download** to save them to your computer.
- Click **Copy** to store them in a secure location.
**Important:** If you lose access to your authenticator app and didn’t save your recovery codes, you may permanently lose access to your account. Consider adding 2FA on multiple devices (e.g., phone and tablet) for backup.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Markdown formatting violation: The Important: note should be on a new line or properly formatted as a note/callout block, not continuing directly from the bullet point above.

- Click **Download** to save them to your computer.
- Click **Copy** to store them in a secure location.
**Important:** If you lose access to your authenticator app and didn’t save your recovery codes, you may permanently lose access to your account. Consider adding 2FA on multiple devices (e.g., phone and tablet) for backup.
5. Click **Continue**.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Button label violation: Use "Select" instead of "Click". Change "Click Continue" to "Select Continue".

6. Open your authenticator app and either:
- Scan the QR code displayed on your screen.
- Enter the 6-digit code from your authenticator app into Expensify and then click **Verify**.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Button label violation: Use "Select" instead of "Click". Change "click Verify" to "select Verify".

---

# Recovery options
## For Domain Admins: Reset Two-Factor Authentication for a member
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Readiness violation: Heading level is too deep (##). Use # or ## only for better structure and AI parsing. Change "## For Domain Admins:" to "# For Domain Admins: Reset Two-Factor Authentication for a member".

# Recovery options
## For Domain Admins: Reset Two-Factor Authentication for a member

If a member loses access to their authenticator app or recovery codes, you can reset their 2FA — *but only if*:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terminology violation: Use "Workspace Admin" instead of "Domain Admin" to match Expensify standards.

## For Domain Admins: Reset Two-Factor Authentication for a member

If a member loses access to their authenticator app or recovery codes, you can reset their 2FA — *but only if*:
- They use a company email on your verified domain, **and**
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terminology violation: Use "workspace" instead of "domain". Change "verified domain" to "verified workspace".


If a member loses access to their authenticator app or recovery codes, you can reset their 2FA — *but only if*:
- They use a company email on your verified domain, **and**
- You (the Domain Admin) also have 2FA enabled
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terminology violation: Use "Workspace Admin" instead of "Domain Admin".

To reset a member’s 2FA settings:

Backup recovery codes work like one-time passwords. They are your fastest recovery method if you lose access to your authenticator app.
1. Go to **Settings > Domains > Domain Members**.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Button label violation: Use "Select" instead of "Click". Change "Click Edit Settings" to "Select Edit Settings".


Backup recovery codes work like one-time passwords. They are your fastest recovery method if you lose access to your authenticator app.
1. Go to **Settings > Domains > Domain Members**.
2. Click **Edit Settings** for the affected email address.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Button label violation: Use "Select" instead of "Click". Change "Click Reset" to "Select Reset".

2. Click **Edit Settings** for the affected email address.
3. Click **Reset** to disable 2FA.
4. The member can now log in and set up 2FA again.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terminology violation: Use "workspace" instead of "domain". Change "If your domain doesn't have 2FA enabled yet" to "If your workspace doesn't have 2FA enabled yet".

3. Then follow the steps above to reset 2FA for the member.

# Admin recovery and overrides
**Note** Domain Admin 2FA resets are only available in Expensify Classic. To complete these steps, temporarily [switch to Expensify Classic]([url](https://help.expensify.com/articles/new-expensify/settings/Switch-between-New-Expensify-and-Expensify-Classic.html)).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terminology violation: Use "Workspace Admin" instead of "Domain Admin". Change "Domain Admin 2FA resets" to "Workspace Admin 2FA resets".

3. Then follow the steps above to reset 2FA for the member.

# Admin recovery and overrides
**Note** Domain Admin 2FA resets are only available in Expensify Classic. To complete these steps, temporarily [switch to Expensify Classic]([url](https://help.expensify.com/articles/new-expensify/settings/Switch-between-New-Expensify-and-Expensify-Classic.html)).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Markdown formatting violation: Invalid markdown link syntax. The format [text]([url](actual-url)) is incorrect. Should be [switch to Expensify Classic](https://help.expensify.com/articles/new-expensify/settings/Switch-between-New-Expensify-and-Expensify-Classic.html).

- Select the member, then disable their 2FA.
---

## What to do if you're locked out because of Two-Factor Authentication
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Readiness violation: Heading level is too deep (##). Use # instead for main sections. Change "## What to do if you're locked out" to "# What to do if you're locked out because of Two-Factor Authentication".

1. Verify domain ownership by proving control of the domain’s email DNS or MX records.
2. Assign a new Domain Admin in **Settings > Domains > [Domain Name] > Domain Settings**.
3. Once the new admin is assigned, follow the steps above to reset 2FA for affected members.
If you can’t access your authenticator app and don’t have your recovery codes, contact your Domain Admin to reset your 2FA.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terminology violation: Use "Workspace Admin" instead of "Domain Admin".

If you can’t access your authenticator app and don’t have your recovery codes, contact your Domain Admin to reset your 2FA.

# Best practices
If no Domain Admin is available and you're using a company email, you can follow [this guide](https://help.expensify.com/articles/new-expensify/workspaces/Claim-and-Verify-a-Domain) to claim the domain and reset your 2FA settings yourself.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terminology violation: Use "Workspace Admin" instead of "Domain Admin". Change "If no Domain Admin is available" to "If no Workspace Admin is available".

If you can’t access your authenticator app and don’t have your recovery codes, contact your Domain Admin to reset your 2FA.

# Best practices
If no Domain Admin is available and you're using a company email, you can follow [this guide](https://help.expensify.com/articles/new-expensify/workspaces/Claim-and-Verify-a-Domain) to claim the domain and reset your 2FA settings yourself.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Terminology violation: Use "workspace" instead of "domain". Change "claim the domain" to "claim the workspace".

- Save your recovery codes as soon as you set up 2FA.
- Consider adding 2FA on multiple devices (e.g., phone and tablet) during setup for backup.
- Keep your device’s clock set to the correct time—codes depend on accurate timing.
For more help regaining access, see [Troubleshoot login issues](LINK).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing link violation: The text says "see Troubleshoot login issues" but LINK is a placeholder. Replace with the actual URL or remove if not available.


When you enable 2FA, you are prompted to either copy or download backup codes which you can use in lieu of the 6-digit authenticator code. If you downloaded the codes they will be saved with the file name `two-factor-auth-codes`.

If you are unable to access the codes, see [Troubleshoot login issues](LINK) for instructions.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing link violation: The text says "see Troubleshoot login issues" but LINK is a placeholder. Replace with the actual URL or remove if not available.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 19, 2026

Codecov Report

✅ Changes either increased or maintained existing code coverage, great job!

Files with missing lines Coverage Δ
...c/components/ReportActionItem/MoneyRequestView.tsx 0.24% <0.00%> (ø)
src/pages/RoomInvitePage.tsx 0.00% <0.00%> (ø)
src/libs/ReportNameUtils.ts 82.88% <36.95%> (ø)
... and 6 files with indirect coverage changes

@OSBotify
Copy link
Copy Markdown
Contributor

🚀 Deployed to staging by https://github.com/stephanieelliott in version: 9.3.6-0 🚀

platform result
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 success ✅

@OSBotify
Copy link
Copy Markdown
Contributor

🚀 Deployed to production by https://github.com/Beamanator in version: 9.3.6-4 🚀

platform result
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 success ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants