[dd-sso] Fix regression in API

Recent simplifications to the API contained a typo which resulted in
the logo not being visible.

Reported by:	Gwido
merge-requests/58/head
Evilham 2022-12-13 21:51:01 +01:00
parent 1dc6343ca5
commit bbc8051260
No known key found for this signature in database
GPG Key ID: AE3EE30D970886BF
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class Menu:
custom["background_login"] = self.patch_url(
"api", domain, custom.get("background_login", "/img/background.png")
)
custom["background_login"] = self.patch_url(
custom["logo"] = self.patch_url(
"api", domain, custom.get("logo", "/img/logo.png")
)
custom["product_logo"] = self.patch_url(