1
0
Fork 0
mirror of synced 2024-09-09 14:11:30 +12:00

Change default scimenabled value

This commit is contained in:
adrinr 2023-03-27 16:38:23 +01:00
parent 045af06edb
commit 5d487950b1

View file

@ -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) {