Skip to content
Snippets Groups Projects
Commit e40da1dc authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

Merge branch 'change-ocm-client-types' into 'main'

Change types in OCM client

See merge request gaiax/tsa-migrate/golib!2
parents 19b72aa5 451f182f
No related branches found
No related tags found
No related merge requests found
Pipeline #53995 passed with stage
in 34 seconds
......@@ -19,7 +19,7 @@ type LoginProofResultResponse struct {
type LoginProofResultResponseData struct {
State string `json:"state"`
Data []Credential `json:"data"`
Data []Credential `json:"presentations"`
}
type Credential struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment