Skip to content

Commit

Permalink
fix: IG auth do not set username
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmcosta committed Jun 23, 2023
1 parent 70798bf commit d86fa99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/auth/instagram.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func (p *Instagram) FetchAuthUser(token *oauth2.Token) (*AuthUser, error) {

user := &AuthUser{
Id: extracted.Id,
Username: extracted.Username,
RawUser: rawUser,
AccessToken: token.AccessToken,
RefreshToken: token.RefreshToken,
Expand Down

0 comments on commit d86fa99

Please sign in to comment.