From 456aa36404a57b085314146c1f9bfbf2bb804453 Mon Sep 17 00:00:00 2001
From: kbeyro <121854496+kbeyro@users.noreply.github.com>
Date: Wed, 28 May 2025 13:38:43 +0200
Subject: [PATCH] smallfix

---
 .../admin/webhook/webhook-details/webhook-details.component.ts   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/appmarket/admin/webhook/webhook-details/webhook-details.component.ts b/src/app/appmarket/admin/webhook/webhook-details/webhook-details.component.ts
index 0ddd3066..5d4d504f 100644
--- a/src/app/appmarket/admin/webhook/webhook-details/webhook-details.component.ts
+++ b/src/app/appmarket/admin/webhook/webhook-details/webhook-details.component.ts
@@ -72,7 +72,6 @@ export class WebhookDetailsComponent extends BaseComponent implements OnInit {
 
     public isFormValid(): boolean {
       if(this.authRequired) {
-               this.webhook.authorizationHeader !== null && this.webhook.authorizationHeader !== "")
         return this.webhook.tokenValue !== null && this.webhook.tokenValue !== "" &&
                this.webhook.authorizationHeader !== null && this.webhook.authorizationHeader !== "";
       } else {
-- 
GitLab