web/admin: fix explore integration not opening in new tab
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
85364af9e9
commit
e60509697a
|
@ -98,6 +98,7 @@ export class AdminOverviewPage extends LitElement {
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
class="pf-u-mb-xl"
|
class="pf-u-mb-xl"
|
||||||
|
target="_blank"
|
||||||
href="https://goauthentik.io/integrations/"
|
href="https://goauthentik.io/integrations/"
|
||||||
>${t`Explore integrations`}</a
|
>${t`Explore integrations`}</a
|
||||||
>
|
>
|
||||||
|
|
Reference in New Issue