Support custom logo for main and header

This commit is contained in:
Denis Arh
2021-08-16 18:02:53 +02:00
parent e695081286
commit 0b7e9b108b
+6
View File
@@ -151,6 +151,12 @@ type (
}
}
} `kv:"compose" json:"compose"`
// UserInterface settings
UI struct {
MainLogo string `kv:"main-logo" json:"mainLogo"`
HeaderLogo string `kv:"header-logo" json:"headerLogo"`
} `kv:"ui" json:"ui"`
}
ExternalAuthProviderSet []*ExternalAuthProvider