Skip to content

Commit

Permalink
Don't print the URL either
Browse files Browse the repository at this point in the history
  • Loading branch information
tillson committed May 10, 2020
1 parent b3d27a8 commit 4e58a93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/app/github.go
Expand Up @@ -64,7 +64,6 @@ func LoginToGitHub(credentials GitHubCredentials) (httpClient *http.Client, err
if err != nil {
log.Fatalf("can't open /dev/tty: %s", err)
}
fmt.Println(resp.Request.URL)

fmt.Printf("Enter your GitHub 2FA code: ")
scanner := bufio.NewScanner(tty)
Expand Down

0 comments on commit 4e58a93

Please sign in to comment.