Don't allow deleting users that are AD sync
This commit is contained in:
parent
247f44ac32
commit
dd2ec5ed78
|
@ -54,7 +54,7 @@
|
|||
]
|
||||
let userData = []
|
||||
|
||||
$: readonly = !$auth.isAdmin
|
||||
$: readonly = !$auth.isAdmin || $licensing.scimEnabled
|
||||
$: debouncedUpdateFetch(searchEmail)
|
||||
$: schema = {
|
||||
email: {
|
||||
|
|
Loading…
Reference in New Issue