diff --git a/internal/ui/login/static/templates/header.html b/internal/ui/login/static/templates/header.html index 663ba2b7be..34d508fb5e 100644 --- a/internal/ui/login/static/templates/header.html +++ b/internal/ui/login/static/templates/header.html @@ -1,7 +1,7 @@ {{define "header"}}
{{ if hasCustomPolicy .LabelPolicy }} - {{ $logo := customLogoResource .OrgID .LabelPolicy .DarkMode }} + {{ $logo := customLogoResource .PrivateLabelingOrgID .LabelPolicy .DarkMode }} {{if $logo}} {{end}} @@ -14,4 +14,4 @@ {{end}} {{end}}
-{{end}} \ No newline at end of file +{{end}}