diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index db0165b..978f75a 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -596,11 +596,11 @@ function GetHtmlContent { if (dattoRMMCheckbox.checked) { optionsContainer.style.display = 'block'; - n8nPasswordContainer.style.display = 'block'; + // n8nPasswordContainer.style.display = 'block'; dattoRMMContainer.style.display = 'block'; } else { optionsContainer.style.display = 'none'; - n8nPasswordContainer.style.display = 'none'; + // n8nPasswordContainer.style.display = 'none'; dattoRMMContainer.style.display = 'none'; } }