Skip to content

Commit

Permalink
revert accidental fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn committed May 24, 2024
1 parent 41d7718 commit 0faac8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/api/iam/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func (r Wrapper) HandleTokenRequest(ctx context.Context, request HandleTokenRequ

func (r Wrapper) Callback(ctx context.Context, request CallbackRequestObject) (CallbackResponseObject, error) {
// check id in path
_, err := r.toOwnedDIDForOAuth2(ctx, request.Did)
_, err := r.toOwnedDID(ctx, request.Did)dental ch

Check failure on line 215 in auth/api/iam/api.go

View workflow job for this annotation

GitHub Actions / Run govulncheck

expected ';', found dental
if err != nil {
// this is an OAuthError already, will be rendered as 400 but that's fine (for now) for an illegal id
return nil, err
Expand Down

0 comments on commit 0faac8c

Please sign in to comment.