create github oauthconfig with redirecturl (#1700)
This commit is contained in:
		| @@ -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, | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user