chore(features): enable u2f feature on pro subscription (#2317)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user