From dcfd368fa02bb972de9b8538cae2768e92b2edbf Mon Sep 17 00:00:00 2001 From: Sude Date: Sun, 12 Mar 2023 15:57:53 +0200 Subject: [PATCH] Be more clear which url to copy & paste during login --- src/website.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/website.cpp b/src/website.cpp index 0c81d00..b86da73 100644 --- a/src/website.cpp +++ b/src/website.cpp @@ -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 << 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::getline(std::cin, url);