diff --git a/apps/mina-sidor-fa/src/environments/active-features.ts b/apps/mina-sidor-fa/src/environments/active-features.ts index a7067dd..953f251 100644 --- a/apps/mina-sidor-fa/src/environments/active-features.ts +++ b/apps/mina-sidor-fa/src/environments/active-features.ts @@ -7,18 +7,19 @@ export const ACTIVE_FEATURES_PROD: Feature[] = [ Feature.ACCESSIBILITY_REPORT, Feature.DELTAGARE, Feature.AVROP, + Feature.REPORTING, + Feature.LOGGING, ]; export const ACTIVE_FEATURES_TEST: Feature[] = [ Feature.ADMINISTRATION, Feature.MY_ACCOUNT, + Feature.MY_ORGANIZATION, + Feature.ACCESSIBILITY_REPORT, Feature.DELTAGARE, Feature.AVROP, - Feature.MY_ORGANIZATION, - Feature.RELEASES, - Feature.VERSION_INFO, - Feature.ACCESSIBILITY_REPORT, Feature.REPORTING, Feature.SENSITIVE_INFORMATION, - Feature.LOGGING, + Feature.RELEASES, + Feature.VERSION_INFO, ];