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 }) }); }