e2corporation commented on code in PR #2215:
URL: https://github.com/apache/incubator-devlake/pull/2215#discussion_r907875329
##########
config-ui/src/hooks/useConnectionManager.jsx:
##########
@@ -86,7 +86,7 @@ function useConnectionManager ({
connectionPayload = { endpoint: endpointUrl, username: username,
password: password, proxy: proxy }
break
case Providers.GITHUB:
- connectionPayload = { endpoint: endpointUrl, auth: token, proxy:
proxy }
+ connectionPayload = { endpoint: endpointUrl, token: token, proxy:
proxy }
Review Comment:
@keon94 This will be ok, the change to use `token` instead of `auth` for
JIRA (and other providers) will be on my feature branch which is ahead of main.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]