Skip to content

Commit a116e09

Browse files
authored
Merge pull request #19936 from mozilla/FXA-12884
task(auth): Use new email library for sending emails in auth-server
2 parents 5fc785f + bf9969b commit a116e09

45 files changed

Lines changed: 4367 additions & 734 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

libs/accounts/email-renderer/src/partials/appBadges/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
44

55
export type TemplateData = {
6-
cssPath: string;
7-
productName: string;
8-
hideDeviceLink: boolean;
9-
onDesktopOrTabletDevice: boolean;
6+
cssPath?: string; // Not passed as template data?
7+
productName: string; // Not passed as template data?
8+
hideDeviceLink?: boolean; // Not passed as template data?
9+
onDesktopOrTabletDevice?: boolean; // Not passed as template data?
1010
iosUrl?: string;
1111
androidUrl?: string;
1212
desktopLink?: string;

libs/accounts/email-renderer/src/renderer/__snapshots__/fxa-email-renderer.spec.ts.snap

Lines changed: 840 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)