chore: fix features to remove u2f from pro subscription

This commit is contained in:
Karol Sójko
2023-03-10 14:46:34 +01:00
parent 09c503da68
commit 7eab5dc680

View File

@@ -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',