From ef9ce39fa36dc7a9f618fe239c3bd463f527bd66 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 5 Jan 2025 02:21:43 -0500 Subject: [PATCH] Update SVSTaskGate.ps1 --- SVSTaskGate.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; }