mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
set capabilities.account = false on the server to defer rendering those components. fixes #929
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = function(req) {
|
|||||||
const locale = req.language || 'en-US';
|
const locale = req.language || 'en-US';
|
||||||
return {
|
return {
|
||||||
locale,
|
locale,
|
||||||
capabilities: { account: true },
|
capabilities: { account: false },
|
||||||
translate: locales.getTranslator(locale),
|
translate: locales.getTranslator(locale),
|
||||||
title: 'Firefox Send',
|
title: 'Firefox Send',
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user