diff --git a/packages/features/src/Domain/Lists/ServerFeatures.ts b/packages/features/src/Domain/Lists/ServerFeatures.ts index 9448215c2..57e2d7976 100644 --- a/packages/features/src/Domain/Lists/ServerFeatures.ts +++ b/packages/features/src/Domain/Lists/ServerFeatures.ts @@ -11,6 +11,13 @@ export function serverFeatures(): ServerFeatureDescription[] { identifier: FeatureIdentifier.TwoFactorAuth, permission_name: PermissionName.TwoFactorAuth, }, + { + availableInSubscriptions: [], + availableInRoles: ['INTERNAL_TEAM_USER'], + name: 'U2F authentication', + identifier: FeatureIdentifier.UniversalSecondFactor, + permission_name: PermissionName.UniversalSecondFactor, + }, { availableInSubscriptions: [SubscriptionName.ProPlan], name: 'Unlimited note history',