Update packages/backend-core/src/configs/configs.ts
Co-authored-by: Rory Powell <rory.codes@gmail.com>
This commit is contained in:
parent
f7a34dedfa
commit
e662e8febe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue