mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Be more clear which url to copy & paste during login
This commit is contained in:
parent
c26e28a564
commit
dcfd368fa0
@ -506,7 +506,7 @@ std::string Website::LoginGetAuthCodeBrowser(const std::string& auth_url)
|
|||||||
|
|
||||||
std::cerr << "Login using browser at the following url" << std::endl;
|
std::cerr << "Login using browser at the following url" << std::endl;
|
||||||
std::cerr << auth_url << std::endl << std::endl;
|
std::cerr << auth_url << std::endl << std::endl;
|
||||||
std::cerr << "then copy & paste the full url here" << std::endl;
|
std::cerr << "Copy & paste the full url from your browser here after login is complete" << std::endl;
|
||||||
std::cerr << "URL: ";
|
std::cerr << "URL: ";
|
||||||
std::getline(std::cin, url);
|
std::getline(std::cin, url);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user