web/flows: update flow background (#5639)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L 2023-05-16 22:18:13 +02:00 committed by GitHub
parent a6b16ecc68
commit 5eba598584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 KiB

After

Width:  |  Height:  |  Size: 399 KiB

View File

@ -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>