From 95dba6dcaf3eca33cc727b91ee7545d3c33a3a1b Mon Sep 17 00:00:00 2001 From: Jan Hartje Date: Mon, 18 Jul 2022 16:04:18 +0000 Subject: [PATCH] feat(notification): add Authorization Header option to frontend --- src/components/notifications/Webhook.vue | 42 +++++++++++++++++++----- 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/src/components/notifications/Webhook.vue b/src/components/notifications/Webhook.vue index 84ad0a6c8..241ecd9a5 100644 --- a/src/components/notifications/Webhook.vue +++ b/src/components/notifications/Webhook.vue @@ -1,18 +1,26 @@ + +