Don't allow deleting users that are AD sync

This commit is contained in:
adrinr 2023-03-28 09:50:29 +01:00
parent 247f44ac32
commit dd2ec5ed78
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
]
let userData = []
$: readonly = !$auth.isAdmin
$: readonly = !$auth.isAdmin || $licensing.scimEnabled
$: debouncedUpdateFetch(searchEmail)
$: schema = {
email: {