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