@objectstack/plugin-auth 6.6.0 → 6.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -2,7 +2,6 @@
2
2
  import {
3
3
  SETUP_APP,
4
4
  SystemOverviewDashboard,
5
- SecurityOverviewDashboard,
6
5
  SetupAppTranslations
7
6
  } from "@objectstack/platform-objects/apps";
8
7
 
@@ -1335,7 +1334,7 @@ var AuthPlugin = class {
1335
1334
  // (e.g. legacy `users.view` had phone/status/active columns that do
1336
1335
  // not exist on sys_user). Schema-embedded listViews is the single
1337
1336
  // source of truth.
1338
- dashboards: [SystemOverviewDashboard, SecurityOverviewDashboard]
1337
+ dashboards: [SystemOverviewDashboard]
1339
1338
  });
1340
1339
  ctx.logger.info("Auth Plugin initialized successfully");
1341
1340
  }