@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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1380,7 +1380,7 @@ var AuthPlugin = class {
|
|
|
1380
1380
|
// (e.g. legacy `users.view` had phone/status/active columns that do
|
|
1381
1381
|
// not exist on sys_user). Schema-embedded listViews is the single
|
|
1382
1382
|
// source of truth.
|
|
1383
|
-
dashboards: [import_apps.SystemOverviewDashboard
|
|
1383
|
+
dashboards: [import_apps.SystemOverviewDashboard]
|
|
1384
1384
|
});
|
|
1385
1385
|
ctx.logger.info("Auth Plugin initialized successfully");
|
|
1386
1386
|
}
|