mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-14 15:22:18 +00:00
fix: typo in hasLogo property of oidc dto
This commit is contained in:
@@ -3,7 +3,7 @@ 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"`
|
HasLogo bool `json:"hasLogo"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type OidcClientDto struct {
|
type OidcClientDto struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user