core: fix custom favicon not being set correctly on load
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -7,6 +7,8 @@ | ||||
| <script src="{% static 'dist/admin/AdminInterface.js' %}" type="module"></script> | ||||
| <meta name="theme-color" content="#18191a" media="(prefers-color-scheme: dark)"> | ||||
| <meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)"> | ||||
| <link rel="icon" href="{{ tenant.branding_favicon }}"> | ||||
| <link rel="shortcut icon" href="{{ tenant.branding_favicon }}"> | ||||
| <script> | ||||
| window.authentik = {}; | ||||
| window.authentik.locale = "{{ tenant.default_locale }}"; | ||||
|  | ||||
| @ -6,6 +6,8 @@ | ||||
| {% block head_before %} | ||||
| {{ block.super }} | ||||
| <link rel="prefetch" href="{{ flow.background_url }}" /> | ||||
| <link rel="icon" href="{{ tenant.branding_favicon }}"> | ||||
| <link rel="shortcut icon" href="{{ tenant.branding_favicon }}"> | ||||
| {% if flow.compatibility_mode and not inspector %} | ||||
| <script>ShadyDOM = { force: !navigator.webdriver };</script> | ||||
| {% endif %} | ||||
|  | ||||
| @ -7,6 +7,8 @@ | ||||
| <script src="{% static 'dist/user/UserInterface.js' %}" type="module"></script> | ||||
| <meta name="theme-color" content="#151515" media="(prefers-color-scheme: light)"> | ||||
| <meta name="theme-color" content="#151515" media="(prefers-color-scheme: dark)"> | ||||
| <link rel="icon" href="{{ tenant.branding_favicon }}"> | ||||
| <link rel="shortcut icon" href="{{ tenant.branding_favicon }}"> | ||||
| <script> | ||||
| window.authentik = {}; | ||||
| window.authentik.locale = "{{ tenant.default_locale }}"; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer