web/flows: remove background image link (#10318)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-07-02 03:25:20 +09:00
committed by GitHub
parent dc93a941fb
commit b94db1d10d

View File

@ -515,16 +515,6 @@ export class FlowExecutor extends Interface implements StageHost {
>${msg("Powered by authentik")}</a >${msg("Powered by authentik")}</a
> >
</li> </li>
${this.flowInfo?.background?.startsWith("/static")
? html`
<li>
<a
href="https://unsplash.com/@benjaminpunzalan"
>${msg("Background image")}</a
>
</li>
`
: html``}
</ul> </ul>
</footer> </footer>
</div> </div>