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}'`;