web/admin: fix link for github issue creation
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
74e578c2bf
commit
4de927ba5b
|
@ -180,8 +180,8 @@ ${context.message as string}
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
`;
|
`;
|
||||||
return `https://github.com/goauthentik/authentik/issues/
|
return `https://github.com/goauthentik/authentik/issues/
|
||||||
new?labels=bug+from_authentik&title=${encodeURIComponent(title)}
|
new?labels=bug,from_authentik&title=${encodeURIComponent(title)}
|
||||||
&body=${encodeURIComponent(fullBody)}`.trim();
|
&body=${encodeURIComponent(fullBody)}`.trim();
|
||||||
}
|
}
|
||||||
|
|
||||||
render(): TemplateResult {
|
render(): TemplateResult {
|
||||||
|
|
Reference in New Issue