generated from SoftwareBrothers/adminjs-feature-template
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
In the latest commit in protected-routes.handler.ts the following else if block was introduced:
} else if (AdminRouter.routes.find((r) => r.action === 'bundleComponents')) {
return;
It breaks authentication and AdminJS is accessible without login. After removing it everything works as expected again. A minimal installation following the docs is enough to reproduce the issue.
Yureien, kination, pxviet1997, LukasRada and niyrmejspantheonlab and pxviet1997
Metadata
Metadata
Assignees
Labels
No labels