Commit 15226141 by Vinicyus Macedo

Added Id to BasicUserInfo returns

parent 057f6111
......@@ -48,6 +48,7 @@ func (s *SocialGoogle) UserInfo(client *http.Client, token *oauth2.Token) (*Basi
}
return &BasicUserInfo{
Id: fmt.Sprintf("%d", data.Id),
Name: data.Name,
Email: data.Email,
Login: data.Email,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment