Skip to content

Commit

Permalink
Update internal/identity/oauth/apple/apple.go
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Doxsey <caleb@doxsey.net>
  • Loading branch information
mnestor and calebdoxsey committed Feb 14, 2023
1 parent 7bc3d23 commit 266c281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/identity/oauth/apple/apple.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (p *Provider) Revoke(ctx context.Context, t *oauth2.Token) error {
return nil
}

// UpdateUserInfo will get the user information from github and also retrieve the user's team(s)
// UpdateUserInfo will get the user information from Apple and also retrieve the user's team(s)
//
// https://developer.github.com/v3/users/#get-the-authenticated-user
func (p *Provider) UpdateUserInfo(ctx context.Context, t *oauth2.Token, v interface{}) error {
Expand Down

0 comments on commit 266c281

Please sign in to comment.