mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-11 15:43:39 +00:00
fix: correct json name of clientId in key.json (#1760)
This commit is contained in:
parent
ec5020bebc
commit
8e19dc1868
@ -49,7 +49,7 @@ func (k *ApplicationKey) MarshalJSON() ([]byte, error) {
|
|||||||
KeyID string `json:"keyId"`
|
KeyID string `json:"keyId"`
|
||||||
Key string `json:"key"`
|
Key string `json:"key"`
|
||||||
AppID string `json:"appId"`
|
AppID string `json:"appId"`
|
||||||
ClientID string `json:"clientID"`
|
ClientID string `json:"clientId"`
|
||||||
}{
|
}{
|
||||||
Type: "application",
|
Type: "application",
|
||||||
KeyID: k.KeyID,
|
KeyID: k.KeyID,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user