fix(api): add AuthModule to FleetSettingsModule and ChatProxyModule #621
Reference in New Issue
Block a user
Delete Branch "fix/ms22-missing-authmodule-imports"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Both modules use AuthGuard on their controllers but were missing AuthModule in their imports array, causing UnknownDependenciesException on boot.