mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-14 07:12:19 +00:00
fix: typo in hasLogo property of oidc dto
This commit is contained in:
@@ -3,7 +3,7 @@ package dto
|
||||
type PublicOidcClientDto struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
HaseLogo bool `json:"hasLogo"`
|
||||
HasLogo bool `json:"hasLogo"`
|
||||
}
|
||||
|
||||
type OidcClientDto struct {
|
||||
|
||||
Reference in New Issue
Block a user