diff --git a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts index 5d7e0cca74..8409eddd8b 100644 --- a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts +++ b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts @@ -27,7 +27,8 @@ export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [ metadata: { label: 'Two Factor Authentication', description: 'Enable two-factor authentication for your workspace', - imagePath: '', + imagePath: + 'https://twenty.com/images/lab/is-two-factors-auth-enabled.png', }, }, { diff --git a/packages/twenty-website/public/images/lab/is-two-factors-auth-enabled.png b/packages/twenty-website/public/images/lab/is-two-factors-auth-enabled.png new file mode 100644 index 0000000000..ae4f40c94d Binary files /dev/null and b/packages/twenty-website/public/images/lab/is-two-factors-auth-enabled.png differ diff --git a/packages/twenty-website/public/images/lab/is-workflow-branch-enabled.png b/packages/twenty-website/public/images/lab/is-workflow-branch-enabled.png new file mode 100644 index 0000000000..428995681c Binary files /dev/null and b/packages/twenty-website/public/images/lab/is-workflow-branch-enabled.png differ