Skip to content

Commit

Permalink
Ignore lgtm false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs committed Jul 28, 2021
1 parent 8ab6c01 commit 5227c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/oidc-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config = {
}
],
routes: {
authorization: '/authorize',
authorization: '/authorize', // lgtm [js/hardcoded-credentials]
token: '/oauth/token',
end_session: '/v2/logout'
},
Expand Down

0 comments on commit 5227c26

Please sign in to comment.