Fix premium account detection

This commit is contained in:
yflory
2019-11-25 11:47:52 +01:00
parent 7895d93704
commit 6ee98cac5b
3 changed files with 2 additions and 4 deletions

View File

@@ -18,8 +18,6 @@ define(['/customize/application_config.js'], function (AppConfig) {
deprecatedKey: 'deprecated',
MAX_TEAMS_SLOTS: AppConfig.maxTeamsSlots || 3,
MAX_TEAMS_OWNED: AppConfig.maxOwnedTeams || 1,
// Sub
plan: 'CryptPad_plan',
// Apps
criticalApps: ['profile', 'settings', 'debug', 'admin', 'support', 'notifications']
};