Hide the team app behind a flag

This commit is contained in:
yflory
2019-09-23 11:52:13 +02:00
parent 97efaf2417
commit b6c5403050
3 changed files with 28 additions and 20 deletions

View File

@@ -321,6 +321,7 @@ define([
password: password,
channel: secret.channel,
enableSF: localStorage.CryptPad_SF === "1", // TODO to remove when enabled by default
enableTeams: localStorage.CryptPad_teams === "1",
devMode: localStorage.CryptPad_dev === "1",
fromFileData: Cryptpad.fromFileData ? {
title: Cryptpad.fromFileData.title