Skip to content

Commit

Permalink
Merge pull request #18301 from mozilla/FXA-11016
Browse files Browse the repository at this point in the history
fix(l10n): Ensure a11y text is displayed on Complete Reset PW page for service=relay
LZoog authored Jan 28, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 6fb15cc + 9955924 commit 30d65aa
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -363,6 +363,7 @@ const CompleteResetPasswordContainer = ({
recoveryKeyExists,
estimatedSyncDeviceCount,
}}
isDesktopServiceRelay={integration.isDesktopRelay()}
integrationIsSync={integration.isSync()}
locationState={location.state as CompleteResetPasswordLocationState}
/>
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ export interface CompleteResetPasswordProps {
estimatedSyncDeviceCount?: number;
recoveryKeyExists?: boolean;
integrationIsSync: boolean;
isDesktopServiceRelay?: boolean;
isDesktopServiceRelay: boolean;
}

export type AccountResetData = {

0 comments on commit 30d65aa

Please sign in to comment.