browser is sufficient

This commit is contained in:
Tiernan L 2020-01-09 15:27:39 -10:00 committed by GitHub
parent b2350be56a
commit 204e902dba

View file

@ -36,7 +36,7 @@ func setupConfigFile(filename string) (*configEntry, error) {
}
fmt.Fprintln(os.Stderr, "Notice: authentication required")
fmt.Fprintf(os.Stderr, "Press Enter to open %s in your web browser... ", flow.Hostname)
fmt.Fprintf(os.Stderr, "Press Enter to open %s in your browser... ", flow.Hostname)
waitForEnter(os.Stdin)
token, err := flow.ObtainAccessToken()
if err != nil {