1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00
This commit is contained in:
Rory Powell 2023-02-28 13:37:34 +00:00
parent 7ed0586673
commit 7b48c2787e

View file

@ -146,9 +146,7 @@ async function verifySettingsConfig(config: SettingsInnerConfig) {
if (config.isSSOEnforced) {
const valid = await hasActivatedConfig()
if (!valid) {
throw new Error(
"Cannot enforce SSO without an activated configuration"
)
throw new Error("Cannot enforce SSO without an activated configuration")
}
}
}