diff --git a/TGBeta.ps1 b/TGBeta.ps1 index 74e095a..52360b8 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -349,7 +349,7 @@ try { } #endregion -function Get-WebhookData { +function Get-N8nWebhookData { param ( [Parameter(Mandatory = $true)] [string]$AuthHeaderValue @@ -360,8 +360,6 @@ function Get-WebhookData { } try { $response = Invoke-RestMethod -Uri $url -Headers $headers -Method Get - Write-Host "Webhook response raw JSON: $($response | ConvertTo-Json -Depth 4)" -ForegroundColor Cyan - Write-Host "Response received successfully:" -ForegroundColor Green $data = $response $global:Comment_SVSmodule = $data._Comment_SVSmodule @@ -511,7 +509,7 @@ function GetHtmlContent { color: var(--white-color); } - #PasswordContainer { + #n8nPasswordContainer { display: none; margin-top: 20px; } @@ -668,9 +666,9 @@ function GetHtmlContent { -