Only add checklist items if they apply due to sso state

This commit is contained in:
Johannes Zellner
2024-04-17 18:29:47 +02:00
parent 3c7e6b59f0
commit 7d6636bb54
5 changed files with 53 additions and 2 deletions

View File

@@ -1331,7 +1331,6 @@ async function install(data, auditSource) {
env = data.env || {},
label = data.label || null,
tags = data.tags || [],
checklist = data.manifest.checklist || {},
overwriteDns = 'overwriteDns' in data ? data.overwriteDns : false,
skipDnsSetup = 'skipDnsSetup' in data ? data.skipDnsSetup : false,
enableTurn = 'enableTurn' in data ? data.enableTurn : true,
@@ -1421,7 +1420,6 @@ async function install(data, auditSource) {
env,
label,
tags,
checklist,
icon,
enableMailbox,
upstreamUri,