From 7eab5dc6807463a48a0547646eb21b69bea69a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Fri, 10 Mar 2023 14:46:34 +0100 Subject: [PATCH] chore: fix features to remove u2f from pro subscription --- packages/features/src/Domain/Lists/ServerFeatures.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/features/src/Domain/Lists/ServerFeatures.ts b/packages/features/src/Domain/Lists/ServerFeatures.ts index f56d4feab..9448215c2 100644 --- a/packages/features/src/Domain/Lists/ServerFeatures.ts +++ b/packages/features/src/Domain/Lists/ServerFeatures.ts @@ -11,12 +11,6 @@ export function serverFeatures(): ServerFeatureDescription[] { identifier: FeatureIdentifier.TwoFactorAuth, permission_name: PermissionName.TwoFactorAuth, }, - { - availableInSubscriptions: [SubscriptionName.ProPlan], - name: 'U2F authentication', - identifier: FeatureIdentifier.UniversalSecondFactor, - permission_name: PermissionName.UniversalSecondFactor, - }, { availableInSubscriptions: [SubscriptionName.ProPlan], name: 'Unlimited note history',