set capabilities.account = false on the server to defer rendering those components. fixes #929

This commit is contained in:
Danny Coates 2018-09-19 09:01:19 -07:00
parent 99055b1342
commit ec5d301814
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -7,7 +7,7 @@ module.exports = function(req) {
const locale = req.language || 'en-US';
return {
locale,
capabilities: { account: true },
capabilities: { account: false },
translate: locales.getTranslator(locale),
title: 'Firefox Send',
description: