Fix broken stuff

This commit is contained in:
Fang-Pen Lin
2025-11-04 20:27:50 -08:00
parent dec7273652
commit 136d755577

View File

@@ -512,6 +512,7 @@ export const certificateV3ServiceFactory = ({
actorAuthMethod,
actorOrgId,
certificateProfileDAL,
acmeAccountDAL,
permissionService,
enrollmentType
);
@@ -614,6 +615,7 @@ export const certificateV3ServiceFactory = ({
actorAuthMethod,
actorOrgId,
certificateProfileDAL,
acmeAccountDAL,
permissionService,
EnrollmentType.API
);