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

Merge branch 'change-OCM-response-parsing' into 'main'

Change response parsing for GetLoginProofResult

See merge request !14
parents 3d943a98 1aa20d86
Branches core-dtos
No related tags found
1 merge request!14Change response parsing for GetLoginProofResult
Pipeline #53382 passed with stage
in 13 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