mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-06 06:49:53 -06:00
fixes: #38454
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
(cherry picked from commit 065d5c4289)
This commit is contained in:
@@ -51,9 +51,7 @@ export const Header = () => {
|
||||
features={{ hasManageAccount: false }}
|
||||
brand={{
|
||||
href: indexHref,
|
||||
src: brandImage.startsWith("/")
|
||||
? joinPath(environment.resourceUrl, brandImage)
|
||||
: brandImage,
|
||||
src: joinPath(environment.resourceUrl, brandImage),
|
||||
alt: t("logo"),
|
||||
className: style.brand,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user