browser is sufficient
This commit is contained in:
parent
b2350be56a
commit
204e902dba
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue