Change default scimenabled value
This commit is contained in:
parent
045af06edb
commit
5d487950b1
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
const configType = "scim"
|
const configType = "scim"
|
||||||
|
|
||||||
$: scimEnabled = true
|
$: scimEnabled = false
|
||||||
$: apiKey = null
|
$: apiKey = null
|
||||||
|
|
||||||
async function saveConfig(config) {
|
async function saveConfig(config) {
|
||||||
|
|
Loading…
Reference in New Issue