chore: features fix to enable u2f for INTERNAL_TEAM_USER role
This commit is contained in:
@@ -11,6 +11,13 @@ export function serverFeatures(): ServerFeatureDescription[] {
|
|||||||
identifier: FeatureIdentifier.TwoFactorAuth,
|
identifier: FeatureIdentifier.TwoFactorAuth,
|
||||||
permission_name: PermissionName.TwoFactorAuth,
|
permission_name: PermissionName.TwoFactorAuth,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
availableInSubscriptions: [],
|
||||||
|
availableInRoles: ['INTERNAL_TEAM_USER'],
|
||||||
|
name: 'U2F authentication',
|
||||||
|
identifier: FeatureIdentifier.UniversalSecondFactor,
|
||||||
|
permission_name: PermissionName.UniversalSecondFactor,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
availableInSubscriptions: [SubscriptionName.ProPlan],
|
availableInSubscriptions: [SubscriptionName.ProPlan],
|
||||||
name: 'Unlimited note history',
|
name: 'Unlimited note history',
|
||||||
|
|||||||
Reference in New Issue
Block a user