From 4af0c9e5e7f9f2503938728ae42d7ea445f82e82 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 5 Jan 2025 02:02:41 -0500 Subject: [PATCH] Update SVSTaskGate.ps1 --- SVSTaskGate.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index 7775a93..0755051 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -702,9 +702,9 @@ function GetHtmlContent { const checkedValues = Array.from(DattoRMMCheckbox).map(c => c.value); // Predefined PowerShell global variables passed into JavaScript - const ApiUrl = "$global:ApiUrl"; - const ApiKey = "$global:ApiKey"; - const ApiSecretKey = "$global:ApiSecretKey"; + // const ApiUrl = "$global:ApiUrl"; + // const ApiKey = "$global:ApiKey"; + // const ApiSecretKey = "$global:ApiSecretKey"; let installRMMCommand = `Install-DattoRMM -ApiUrl '${ApiUrl}' -ApiKey '${ApiKey}' -ApiSecretKey '${ApiSecretKey}'`;