Skip to content

Commit

Permalink
Fix of grafana#10823
Browse files Browse the repository at this point in the history
  • Loading branch information
inish777 committed Feb 9, 2018
1 parent 864e264 commit a2dfbb9
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 2 deletions.
67 changes: 66 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/social/github_oauth.go
Expand Up @@ -210,7 +210,7 @@ func (s *SocialGithub) UserInfo(client *http.Client, token *oauth2.Token) (*Basi
if err != nil {
return nil, fmt.Errorf("Error getting user info: %s", err)
}

data.OrganizationsUrl := s.apiUrl + "/user/orgs"
userInfo := &BasicUserInfo{
Name: data.Login,
Login: data.Login,
Expand Down

0 comments on commit a2dfbb9

Please sign in to comment.