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 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