Track backup cleanup task in UI
This commit is contained in:
@@ -16,7 +16,6 @@ const accessRestriction = defineModel('acl');
|
||||
const users = ref([]);
|
||||
const groups = ref([]);
|
||||
|
||||
// TODO check if we should offer this for already installed apps!
|
||||
const optionalSso = !!props.manifest.optionalSso;
|
||||
const cloudronAuth = !!(props.manifest.addons['ldap'] || props.manifest.addons['oidc'] || props.manifest.addons['proxyAuth']) && !props.hideOptionalSsoOption;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user