web/flows: update default flow background (#5905)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-06-08 15:16:25 +02:00
committed by GitHub
parent e573b3a29f
commit bf1a363124
2 changed files with 2 additions and 1 deletions

View File

@ -525,7 +525,8 @@ export class FlowExecutor extends Interface implements StageHost {
${this.flowInfo?.background?.startsWith("/static")
? html`
<li>
<a href="https://unsplash.com/@joshnh"
<a
href="https://unsplash.com/@diegojimenez"
>${msg("Background image")}</a
>
</li>