web/flows: remove background image link (#10318) Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens L <jens@goauthentik.io>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							f23d70dc75
						
					
				
				
					commit
					045578dd07
				
			@ -515,16 +515,6 @@ export class FlowExecutor extends Interface implements StageHost {
 | 
			
		||||
                                                        >${msg("Powered by authentik")}</a
 | 
			
		||||
                                                    >
 | 
			
		||||
                                                </li>
 | 
			
		||||
                                                ${this.flowInfo?.background?.startsWith("/static")
 | 
			
		||||
                                                    ? html`
 | 
			
		||||
                                                          <li>
 | 
			
		||||
                                                              <a
 | 
			
		||||
                                                                  href="https://unsplash.com/@benjaminpunzalan"
 | 
			
		||||
                                                                  >${msg("Background image")}</a
 | 
			
		||||
                                                              >
 | 
			
		||||
                                                          </li>
 | 
			
		||||
                                                      `
 | 
			
		||||
                                                    : html``}
 | 
			
		||||
                                            </ul>
 | 
			
		||||
                                        </footer>
 | 
			
		||||
                                    </div>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user