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

Change response parsing for GetLoginProofResult

parent 3d943a98
No related branches found
No related tags found
1 merge request!14Change response parsing for GetLoginProofResult
Pipeline #53381 passed
...@@ -19,7 +19,7 @@ type LoginProofResultResponse struct { ...@@ -19,7 +19,7 @@ type LoginProofResultResponse struct {
type LoginProofResultResponseData struct { type LoginProofResultResponseData struct {
State string `json:"state"` State string `json:"state"`
Data []Credential `json:"data"` Data []Credential `json:"presentations"`
} }
type Credential struct { type Credential struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment