We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bf3a7 commit ff57d50Copy full SHA for ff57d50
1 file changed
oauth/src/lib.rs
@@ -250,7 +250,7 @@ impl OAuthClient {
250
if self.should_open_url {
251
open::that_in_background(auth_url.as_str());
252
}
253
- println!("Browse to: {auth_url}");
+ println!("Browse to: \x1b]8;;{auth_url}\x1b\\{auth_url}\x1b]8;;\x1b\\",);
254
255
pkce_verifier
256
@@ -467,7 +467,7 @@ pub fn get_access_token(
467
.set_pkce_challenge(pkce_challenge)
468
.url();
469
470
471
472
let code = match get_socket_address(redirect_uri) {
473
Some(addr) => get_authcode_listener(addr, String::from("Go back to your terminal :)")),
0 commit comments