mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-14 15:22:18 +00:00
fix: oidc client logo not displayed on authorize page
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
package dto
|
package dto
|
||||||
|
|
||||||
type PublicOidcClientDto struct {
|
type PublicOidcClientDto struct {
|
||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
|
HaseLogo bool `json:"hasLogo"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type OidcClientDto struct {
|
type OidcClientDto struct {
|
||||||
PublicOidcClientDto
|
PublicOidcClientDto
|
||||||
HasLogo bool `json:"hasLogo"`
|
|
||||||
CallbackURLs []string `json:"callbackURLs"`
|
CallbackURLs []string `json:"callbackURLs"`
|
||||||
CreatedBy UserDto `json:"createdBy"`
|
CreatedBy UserDto `json:"createdBy"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user