Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CNLHC committed Jun 24, 2023
1 parent 7965f3b commit b7761a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfservice/strategy/oidc/provider_lark.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (g *ProviderLark) Claims(ctx context.Context, exchange *oauth2.Token, query
}
defer res.Body.Close()

if err := logUpstreamError(d.reg.Logger(), res); err != nil {
if err := logUpstreamError(g.reg.Logger(), res); err != nil {
return nil, err
}

Expand Down

0 comments on commit b7761a2

Please sign in to comment.