We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fb15cc + 9955924 commit 30d65aaCopy full SHA for 30d65aa
2 files changed
packages/fxa-settings/src/pages/ResetPassword/CompleteResetPassword/container.tsx
@@ -363,6 +363,7 @@ const CompleteResetPasswordContainer = ({
363
recoveryKeyExists,
364
estimatedSyncDeviceCount,
365
}}
366
+ isDesktopServiceRelay={integration.isDesktopRelay()}
367
integrationIsSync={integration.isSync()}
368
locationState={location.state as CompleteResetPasswordLocationState}
369
/>
packages/fxa-settings/src/pages/ResetPassword/CompleteResetPassword/interfaces.ts
@@ -44,7 +44,7 @@ export interface CompleteResetPasswordProps {
44
estimatedSyncDeviceCount?: number;
45
recoveryKeyExists?: boolean;
46
integrationIsSync: boolean;
47
- isDesktopServiceRelay?: boolean;
+ isDesktopServiceRelay: boolean;
48
}
49
50
export type AccountResetData = {
0 commit comments