feat(flags): enable password-vault, it-inventory, address-book, word-templates

This commit is contained in:
AI Assistant
2026-02-19 01:29:51 +02:00
parent d89db0fa3b
commit c940fab4e9

View File

@@ -44,7 +44,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [
},
{
key: "module.password-vault",
enabled: false,
enabled: true,
label: "Seif Parole",
description: "Depozit intern de credențiale",
category: "module",
@@ -52,7 +52,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [
},
{
key: "module.it-inventory",
enabled: false,
enabled: true,
label: "Inventar IT",
description: "Evidența echipamentelor",
category: "module",
@@ -60,7 +60,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [
},
{
key: "module.address-book",
enabled: false,
enabled: true,
label: "Contacte",
description: "Clienți, furnizori, instituții",
category: "module",
@@ -68,7 +68,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [
},
{
key: "module.word-templates",
enabled: false,
enabled: true,
label: "Șabloane Word",
description: "Bibliotecă contracte și rapoarte",
category: "module",