diff --git a/common/ASC.Core.Common/Tenants/TenantQuota.cs b/common/ASC.Core.Common/Tenants/TenantQuota.cs index e63d82b389..197eaa49b0 100644 --- a/common/ASC.Core.Common/Tenants/TenantQuota.cs +++ b/common/ASC.Core.Common/Tenants/TenantQuota.cs @@ -239,7 +239,7 @@ public class TenantQuota : IMapFrom _customizationFeature = new TenantQuotaFeatureFlag(this) { Name = "customization", Visible = false }; _customFeature = new TenantQuotaFeatureFlag(this) { Name = "custom", Visible = false }; _autoBackupRestoreFeature = new TenantQuotaFeatureFlag(this) { Name = "restore", Order = 6 }; - _oauthFeature = new TenantQuotaFeatureFlag(this) { Name = "oauth", Visible = false }; + _oauthFeature = new TenantQuotaFeatureFlag(this) { Name = "oauth" }; _contentSearchFeature = new TenantQuotaFeatureFlag(this) { Name = "contentsearch", Visible = false }; _thirdPartyFeature = new TenantQuotaFeatureFlag(this) { Name = "thirdparty", Order = 9 };