diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index 978f75a..6f3b9a2 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -612,7 +612,7 @@ function GetHtmlContent { const DattoRMMContainer = document.getElementById('DattoRMMContainer'); optionsContainer.style.display = checkbox.checked ? 'block' : 'none'; - n8nPasswordContainer.style.display = checkbox.checked ? 'block' : 'none'; + // n8nPasswordContainer.style.display = checkbox.checked ? 'block' : 'none'; DattoRMMContainer.style.display = checkbox.checked ? 'block' : 'none'; }