From f2602a399d549d3f82a2e5acd760ad3ea2407ca2 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Fri, 3 Jan 2025 23:28:55 -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 fc44b03..10666c6 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -708,7 +708,7 @@ function GetHtmlContent { fetch('/installrmm', { method: 'POST', headers: { 'Content-Type': 'application/json' }, - body: JSON.stringify({ installRMMCommand, UID, Name }) + body: JSON.stringify({ installRMMCommand, UID, Name, ApiUrl, ApiKey, ApiSecretKey }) }); }