Skip to content
Snippets Groups Projects
Unverified Commit d87cf1c9 authored by poh chiat's avatar poh chiat Committed by GitHub
Browse files

create github oauthconfig with redirecturl (#1700)

parent 336e284a
Branches
Tags
No related merge requests found
...@@ -181,6 +181,7 @@ func (c *githubConnector) oauth2Config(scopes connector.Scopes) *oauth2.Config { ...@@ -181,6 +181,7 @@ func (c *githubConnector) oauth2Config(scopes connector.Scopes) *oauth2.Config {
ClientSecret: c.clientSecret, ClientSecret: c.clientSecret,
Endpoint: endpoint, Endpoint: endpoint,
Scopes: githubScopes, Scopes: githubScopes,
RedirectURL: c.redirectURI,
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment