We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fce9d commit 8bd3dd8Copy full SHA for 8bd3dd8
src/auth.rs
@@ -172,7 +172,7 @@ async fn request_access_token(auth_info: &AuthInfo) -> Result<Token> {
172
log::info!("Redirecting to authentication provider.");
173
log::info!(
174
"Note: if the browser does not open automatically, use this link to complete login: {}",
175
- auth_url.to_string()
+ auth_url
176
);
177
let _ = open::that(auth_url.to_string());
178
0 commit comments