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

Change types in OCM client

parent 19b72aa5
No related branches found
No related tags found
No related merge requests found
......@@ -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