File tree Expand file tree Collapse file tree
libs/accounts/email-renderer/src
packages/fxa-auth-server/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export class EmailRenderer extends Localizer {
8484 includes,
8585 } = templateContext ;
8686 const { l10n, selectedLocale } = await super . setupDomLocalizer (
87- acceptLanguage || 'en-US '
87+ acceptLanguage || ''
8888 ) ;
8989
9090 const context = {
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ export * as fraudulentAccountDeletion from './fraudulentAccountDeletion';
4848export * as inactiveAccountFirstWarning from './inactiveAccountFirstWarning' ;
4949export * as inactiveAccountSecondWarning from './inactiveAccountSecondWarning' ;
5050export * as inactiveAccountFinalWarning from './inactiveAccountFinalWarning' ;
51- export * as subscriptionAccountFinishSetup from './subscriptionAccountFinishSetup' ;
5251export * as subscriptionAccountReminderFirst from './subscriptionAccountReminderFirst' ;
5352export * as subscriptionAccountReminderSecond from './subscriptionAccountReminderSecond' ;
5453export * as subscriptionReactivation from './subscriptionReactivation' ;
Original file line number Diff line number Diff line change 66# the package used by the browser.
77
88# Get current version
9- ejs_version=$( npm info ejs version)
9+ # ejs_version=$(npm info ejs version)
10+ # Temoporary fix for now... Latest version doesn't have minified file
11+ ejs_version=3.1.10
1012
1113# Ensure vendor dir
1214[ ! -d " ./vendor" ] && mkdir vendor
You can’t perform that action at this time.
0 commit comments