1
0
Fork 0
mirror of synced 2024-08-02 11:51:34 +12:00

Update packages/backend-core/src/configs/configs.ts

Co-authored-by: Rory Powell <rory.codes@gmail.com>
This commit is contained in:
Adria Navarro 2023-03-28 09:16:28 +01:00 committed by adrinr
parent f7a34dedfa
commit e662e8febe

View file

@ -245,6 +245,8 @@ export async function getSMTPConfig(
}
}
// SCIM
export async function getSCIMConfig(): Promise<SCIMInnerConfig | undefined> {
const config = await getConfig<SCIMConfig>(ConfigType.SCIM)
return config?.config