Change default scimenabled value

This commit is contained in:
adrinr 2023-03-27 16:38:23 +01:00
parent 045af06edb
commit 5d487950b1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
const configType = "scim"
$: scimEnabled = true
$: scimEnabled = false
$: apiKey = null
async function saveConfig(config) {