mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
The dashboard treated agent-auth as a sub-app whose enablement inherited from the authentication parent, while the backend and both enable paths keyed off agent-auth's own flag. The dashboard page therefore stayed 'App is not enabled' after enabling. Add a shared isAppEnabledInInstalledApps resolver (used by backend + dashboard) and mark agent-auth independentlyEnableable so it is governed by its own flag; other sub-apps (e.g. fraud-protection) keep parent-inheritance. Co-Authored-By: [email protected] <[email protected]>