web/flows: update flow background (#5639)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
a6b16ecc68
commit
5eba598584
Binary file not shown.
Before Width: | Height: | Size: 551 KiB After Width: | Height: | Size: 399 KiB |
|
@ -525,8 +525,7 @@ export class FlowExecutor extends Interface implements StageHost {
|
||||||
${this.flowInfo?.background?.startsWith("/static")
|
${this.flowInfo?.background?.startsWith("/static")
|
||||||
? html`
|
? html`
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a href="https://unsplash.com/@joshnh"
|
||||||
href="https://unsplash.com/@clarissemeyer"
|
|
||||||
>${t`Background image`}</a
|
>${t`Background image`}</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
|
|
Reference in New Issue