From 4de927ba5b339bf57c13ebe96ca3cf4752f61111 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 14 Jun 2021 18:55:43 +0200 Subject: [PATCH] web/admin: fix link for github issue creation Signed-off-by: Jens Langhammer --- web/src/pages/events/EventInfo.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/pages/events/EventInfo.ts b/web/src/pages/events/EventInfo.ts index da49dda0c..38ca07072 100644 --- a/web/src/pages/events/EventInfo.ts +++ b/web/src/pages/events/EventInfo.ts @@ -180,8 +180,8 @@ ${context.message as string} Add any other context about the problem here. `; return `https://github.com/goauthentik/authentik/issues/ - new?labels=bug+from_authentik&title=${encodeURIComponent(title)} - &body=${encodeURIComponent(fullBody)}`.trim(); +new?labels=bug,from_authentik&title=${encodeURIComponent(title)} +&body=${encodeURIComponent(fullBody)}`.trim(); } render(): TemplateResult {