diff --git a/src/config/flags.ts b/src/config/flags.ts index 1c07e09..265c015 100644 --- a/src/config/flags.ts +++ b/src/config/flags.ts @@ -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",