From c393a1aa10871ac5f4b528d985addcad6e0d4d9b Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Mon, 26 May 2025 23:26:53 -0400 Subject: [PATCH] Update TGBeta.ps1 --- TGBeta.ps1 | 50 ++++++++++++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 26 deletions(-) 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 { -