Skip to content

Commit

Permalink
remove unuse client field in jar (#3344)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn authored Sep 4, 2024
1 parent d0878cf commit 9819abe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions auth/api/iam/jar.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import (
"github.com/lestrrat-go/jwx/v2/jwt"
"github.com/nuts-foundation/go-did/did"
"github.com/nuts-foundation/nuts-node/auth"
"github.com/nuts-foundation/nuts-node/auth/client/iam"
"github.com/nuts-foundation/nuts-node/auth/oauth"
cryptoNuts "github.com/nuts-foundation/nuts-node/crypto"
"github.com/nuts-foundation/nuts-node/vdr/resolver"
Expand All @@ -49,7 +48,6 @@ type jar struct {
auth auth.AuthenticationServices
jwtSigner cryptoNuts.JWTSigner
keyResolver resolver.KeyResolver
client iam.Client
}

type JAR interface {
Expand Down

0 comments on commit 9819abe

Please sign in to comment.