Rollout 2FA (#14023)

Rolling out the 2FA feature for all users.
This commit is contained in:
Weiko
2025-08-21 14:31:24 +02:00
committed by GitHub
parent b9b5f9a347
commit 1c5f8c3db5
8 changed files with 26 additions and 61 deletions
@@ -22,15 +22,6 @@ export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [
'https://twenty.com/images/lab/is-imap-smtp-caldav-enabled.png',
},
},
{
key: FeatureFlagKey.IS_TWO_FACTOR_AUTHENTICATION_ENABLED,
metadata: {
label: 'Two Factor Authentication',
description: 'Enable two-factor authentication for your workspace',
imagePath:
'https://twenty.com/images/lab/is-two-factors-auth-enabled.png',
},
},
{
key: FeatureFlagKey.IS_FIELDS_PERMISSIONS_ENABLED,
metadata: {
@@ -12,7 +12,6 @@ export enum FeatureFlagKey {
IS_FIELDS_PERMISSIONS_ENABLED = 'IS_FIELDS_PERMISSIONS_ENABLED',
IS_CORE_VIEW_SYNCING_ENABLED = 'IS_CORE_VIEW_SYNCING_ENABLED',
IS_CORE_VIEW_ENABLED = 'IS_CORE_VIEW_ENABLED',
IS_TWO_FACTOR_AUTHENTICATION_ENABLED = 'IS_TWO_FACTOR_AUTHENTICATION_ENABLED',
IS_WORKSPACE_MIGRATION_V2_ENABLED = 'IS_WORKSPACE_MIGRATION_V2_ENABLED',
IS_API_KEY_ROLES_ENABLED = 'IS_API_KEY_ROLES_ENABLED',
}