Skip to content

Commit

Permalink
Disable ASNI Hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
MinisculeGirraffe committed Jul 27, 2022
1 parent eb2363f commit 2ba0a44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/login.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,10 @@ fn hide_prompt(task: JoinHandle<()>) {
fn fmt_login(uri: &str) -> String {
let url = format!("https://{}", uri);
// ANSI Hyperlink format.
let hyperlink = fmt_ansi_url(&url, &url);


format!(
"Please Login to Tidal: {}",
style(hyperlink).underlined().bold()
style(url).underlined().bold()
)
}

Expand Down

0 comments on commit 2ba0a44

Please sign in to comment.