We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3982f8 commit f61a281Copy full SHA for f61a281
tools/auth/donationalerts.go
@@ -65,6 +65,7 @@ func (p *DonationAlerts) FetchAuthUser(token *oauth2.Token) (*AuthUser, error) {
65
Id: strconv.Itoa(extracted.Data.Id),
66
Name: extracted.Data.UniqueName,
67
Username: extracted.Data.Name,
68
+ Email: extracted.Data.Email,
69
AvatarUrl: extracted.Data.Avatar,
70
RawUser: rawUser,
71
AccessToken: token.AccessToken,
0 commit comments