web: fix missing default favicon and not updating correctly

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-06-02 21:47:56 +02:00
parent 3ea2b16a12
commit 4d773274d4
3 changed files with 7 additions and 5 deletions

View File

@ -16,7 +16,8 @@ import { tenant } from "../../api/Config";
export const MIN_WIDTH = 1200;
export const DefaultTenant: CurrentTenant = {
brandingLogo: " /static/dist/assets/icons/icon_left_brand.svg",
brandingLogo: "/static/dist/assets/icons/icon_left_brand.svg",
brandingFavicon: "/static/dist/assets/icons/icon.png",
brandingTitle: "authentik",
uiFooterLinks: [],
matchedDomain: "",