1
0
Fork 0
mirror of synced 2024-08-02 11:51:34 +12:00

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

View file

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