lint
This commit is contained in:
parent
aeb38e6c2d
commit
6594c7d75a
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue