Skip to content

Commit

Permalink
fix: compile issues from merge conflict (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 22, 2022
1 parent d3df719 commit 85a90c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfservice/strategy/oidc/provider_netid.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (n *ProviderNetID) oAuth2(ctx context.Context) (*oauth2.Config, error) {

}

func (n *ProviderNetID) Claims(ctx context.Context, exchange *oauth2.Token) (*Claims, error) {
func (n *ProviderNetID) Claims(ctx context.Context, exchange *oauth2.Token, _ url.Values) (*Claims, error) {
o, err := n.OAuth2(ctx)
if err != nil {
return nil, errors.WithStack(herodot.ErrInternalServerError.WithReasonf("%s", err))
Expand Down

0 comments on commit 85a90c8

Please sign in to comment.