core: fix link on login template
This commit is contained in:
		@ -16,17 +16,6 @@
 | 
			
		||||
 | 
			
		||||
{% block body %}
 | 
			
		||||
<div class="pf-c-background-image">
 | 
			
		||||
    <svg xmlns="http://www.w3.org/2000/svg" class="pf-c-background-image__filter" width="0" height="0">
 | 
			
		||||
        <filter id="image_overlay">
 | 
			
		||||
            <feColorMatrix type="matrix" values="1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0"></feColorMatrix>
 | 
			
		||||
            <feComponentTransfer color-interpolation-filters="sRGB" result="duotone">
 | 
			
		||||
                <feFuncR type="table" tableValues="0.086274509803922 0.43921568627451"></feFuncR>
 | 
			
		||||
                <feFuncG type="table" tableValues="0.086274509803922 0.43921568627451"></feFuncG>
 | 
			
		||||
                <feFuncB type="table" tableValues="0.086274509803922 0.43921568627451"></feFuncB>
 | 
			
		||||
                <feFuncA type="table" tableValues="0 1"></feFuncA>
 | 
			
		||||
            </feComponentTransfer>
 | 
			
		||||
        </filter>
 | 
			
		||||
    </svg>
 | 
			
		||||
</div>
 | 
			
		||||
<ak-message-container></ak-message-container>
 | 
			
		||||
<div class="pf-c-login">
 | 
			
		||||
@ -48,7 +37,7 @@
 | 
			
		||||
                    {% endfor %}
 | 
			
		||||
                    {% if config.authentik.branding.title != "authentik" %}
 | 
			
		||||
                    <li>
 | 
			
		||||
                        <a href="https://github.com/beryju/authentik">
 | 
			
		||||
                        <a href="https://goauthentik.io">
 | 
			
		||||
                            {% trans 'Powered by authentik' %}
 | 
			
		||||
                        </a>
 | 
			
		||||
                    </li>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user