Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show link to the auth page even if we couldn't open a browser. (#53)
* Show link to the auth page even if we couldn't open a browser. In case if we couldn't open a browser using `xdg-open` (For example xdg-utils can be not installed in the system) -- user will still able to follow the link (copy-paste from the terminal) and obtain oauth code. Message will look like this: ``` Can't open browser (exec: "xdg-open": executable file not found in $PATH: ). Please follow the link: https://accounts.google.com/o/oauth2 ``` * Add line break. Co-Authored-By: Matt Holt <[email protected]>
- Loading branch information