Removed sensitive information tab from prod features

This commit is contained in:
Erik Tiekstra
2021-09-24 12:49:32 +02:00
parent 62fb35ca7e
commit c062b516f3
4 changed files with 9 additions and 16 deletions

View File

@@ -19,4 +19,5 @@ export const ACTIVE_FEATURES_TEST: Feature[] = [
Feature.VERSION_INFO,
Feature.ACCESSIBILITY_REPORT,
Feature.REPORTING,
Feature.SENSITIVE_INFORMATION,
];