From 64ac62f916803810afab69795fdef97acab6bfb8 Mon Sep 17 00:00:00 2001 From: vmidyllic <74898029+vmidyllic@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:40:59 +0200 Subject: [PATCH] remove cfg --- auth.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/auth.go b/auth.go index 671b11e..e81df67 100644 --- a/auth.go +++ b/auth.go @@ -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{}) }