web: cleanup default footer links

This commit is contained in:
Jens Langhammer
2022-03-01 15:27:21 +00:00
parent 6283fedcd9
commit 7bdd32506e
2 changed files with 7 additions and 15 deletions

View File

@ -418,16 +418,12 @@ export class FlowExecutor extends LitElement implements StageHost {
</li>`;
}),
)}
${this.tenant?.brandingTitle != "authentik"
? html`
<li>
<a
href="https://goauthentik.io?utm_source=authentik&amp;utm_medium=flow"
>${t`Powered by authentik`}</a
>
</li>
`
: html``}
<li>
<a
href="https://goauthentik.io?utm_source=authentik&amp;utm_medium=flow"
>${t`Powered by authentik`}</a
>
</li>
${this.challenge?.flowInfo?.background?.startsWith(
"/static",
)