added account to capabilities
This commit is contained in:
parent
3a162d47c5
commit
942457b357
5 changed files with 14 additions and 9 deletions
|
@ -7,6 +7,7 @@ module.exports = function(req) {
|
|||
const locale = req.language || 'en-US';
|
||||
return {
|
||||
locale,
|
||||
capabilities: { account: true },
|
||||
translate: locales.getTranslator(locale),
|
||||
title: 'Firefox Send',
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue