mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Issues/6317 empty google login (#6318)
* added Login property to google_oauth model * fixed spacing * fixed google_oauth syntax error, missing comma before newline * set noexpandtab for commit
This commit is contained in:
parent
d1eceedf55
commit
9468ddeed5
@ -46,5 +46,6 @@ func (s *SocialGoogle) UserInfo(client *http.Client) (*BasicUserInfo, error) {
|
||||
return &BasicUserInfo{
|
||||
Name: data.Name,
|
||||
Email: data.Email,
|
||||
Login: data.Email,
|
||||
}, nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user