Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hickford committed Jun 15, 2024
1 parent 4334489 commit abcaa71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ func main() {

var authURLSuffix string
if looksLikeGitHub && pairs["username"] != "" && pairs["username"] != "oauth2" {
// https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps#1-request-a-users-github-identity
authURLSuffix = fmt.Sprintf("&login=%s", pairs["username"])
}

Expand Down

0 comments on commit abcaa71

Please sign in to comment.