Skip to content

Commit

Permalink
Show URL when you stripe login (stripe#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheung-stripe authored Jul 16, 2021
1 parent c4c9587 commit cd15563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/login/client_login.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func Login(baseURL string, config *config.Config, input io.Reader) error {

s = ansi.StartNewSpinner("Waiting for confirmation...", os.Stdout)
} else {
fmt.Printf("Press Enter to open the browser (^C to quit)")
fmt.Printf("Press Enter to open the browser or visit %s (^C to quit)", links.BrowserURL)
fmt.Fscanln(input)

s = ansi.StartNewSpinner("Waiting for confirmation...", os.Stdout)
Expand Down

0 comments on commit cd15563

Please sign in to comment.