Track backup cleanup task in UI

This commit is contained in:
Johannes Zellner
2025-04-21 11:50:56 +02:00
parent dfc4667910
commit 4b9b4c1427
3 changed files with 6 additions and 5 deletions

View File

@@ -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;