mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update saml-config-service.ts
This commit is contained in:
@@ -150,7 +150,7 @@ export const samlConfigServiceFactory = ({
|
||||
samlConfig = await samlConfigDAL.findOne({ orgId: dto.orgId });
|
||||
if (!samlConfig) {
|
||||
throw new NotFoundError({
|
||||
message: `Organization with ID '${dto.orgId}' not found`
|
||||
message: `SAML configuration for organization with ID '${dto.orgId}' not found`
|
||||
});
|
||||
}
|
||||
} else if (dto.type === "orgSlug") {
|
||||
|
||||
Reference in New Issue
Block a user