lint
This commit is contained in:
parent
7ed0586673
commit
7b48c2787e
|
@ -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