web/flows: update background for 2021.7
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
3c0cc27ea1
commit
b7a929d304
Binary file not shown.
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 374 KiB |
|
@ -278,7 +278,7 @@ export class FlowExecutor extends LitElement implements StageHost {
|
|||
<li><a href="https://goauthentik.io">${t`Powered by authentik`}</a></li>
|
||||
` : html``}
|
||||
${this.challenge?.flowInfo?.background?.startsWith("/static") ? html`
|
||||
<li><a href="https://unsplash.com/@danasaki">${t`Background image`}</a></li>
|
||||
<li><a href="https://unsplash.com/@ventiviews">${t`Background image`}</a></li>
|
||||
` : html``}
|
||||
</ul>
|
||||
</footer>
|
||||
|
|
Reference in New Issue