Browse Source

create github oauthconfig with redirecturl (#1700)

pull/1704/head
poh chiat 6 years ago committed by GitHub
parent
commit
d87cf1c924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      connector/github/github.go

1
connector/github/github.go

@ -181,6 +181,7 @@ func (c *githubConnector) oauth2Config(scopes connector.Scopes) *oauth2.Config {
ClientSecret: c.clientSecret,
Endpoint: endpoint,
Scopes: githubScopes,
RedirectURL: c.redirectURI,
}
}

Loading…
Cancel
Save