Skip to content

Commit

Permalink
remove cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Jan 4, 2024
1 parent 5db6962 commit 64ac62f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,11 +375,6 @@ func (v *Verifier) VerifyAuthResponse(
rawMessage = nil
}

cfg := &pubsignals.VerifyConfig{}
for _, o := range opts {
o(cfg)
}

if proofRequest.Params == nil {
proofRequest.Params = make(map[string]interface{})
}
Expand Down

0 comments on commit 64ac62f

Please sign in to comment.