From d198bc2123a673286896698a4be8a8fcc1ae77e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Wed, 26 Apr 2023 12:24:32 +0200 Subject: [PATCH] chore(features): enable u2f feature on pro subscription (#2317) --- packages/features/src/Domain/Lists/ServerFeatures.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/features/src/Domain/Lists/ServerFeatures.ts b/packages/features/src/Domain/Lists/ServerFeatures.ts index 57e2d7976..f56d4feab 100644 --- a/packages/features/src/Domain/Lists/ServerFeatures.ts +++ b/packages/features/src/Domain/Lists/ServerFeatures.ts @@ -12,8 +12,7 @@ export function serverFeatures(): ServerFeatureDescription[] { permission_name: PermissionName.TwoFactorAuth, }, { - availableInSubscriptions: [], - availableInRoles: ['INTERNAL_TEAM_USER'], + availableInSubscriptions: [SubscriptionName.ProPlan], name: 'U2F authentication', identifier: FeatureIdentifier.UniversalSecondFactor, permission_name: PermissionName.UniversalSecondFactor,