Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(l10n): pass config.i18n.defaultLanguage to fxa-auth-mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Apr 23, 2015
1 parent fef924f commit eddc014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mailer.js
Expand Up @@ -12,6 +12,7 @@ module.exports = function (config, log) {
log,
{
locales: config.i18n.locales,
defaultLanguage: defaultLanguage,
mail: config.smtp
}
)
Expand Down

0 comments on commit eddc014

Please sign in to comment.