mholt / timeliner

All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)
https://timelinize.com
GNU Affero General Public License v3.0
3.56k stars 116 forks source link

Show link to the auth page even if we couldn't open a browser. #53

Closed AyumuKasuga closed 4 years ago

AyumuKasuga commented 4 years ago

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
mholt commented 4 years ago

Great! Thanks for the contribution.