You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable no printing to stdout during auth flow (#203)
Currently, `run_console` and `run_local_server` unconditionally print a newline to `stdout` even when `authorization_prompt_message` is empty.
This proposed change checks whether printing is actually desired, and if not, prints nothing.
0 commit comments