diff --git a/radicle-cli/src/commands/auth.rs b/radicle-cli/src/commands/auth.rs index 13bab7f3..ca04a93e 100644 --- a/radicle-cli/src/commands/auth.rs +++ b/radicle-cli/src/commands/auth.rs @@ -162,10 +162,10 @@ pub fn authenticate(options: Options, profile: &Profile) -> anyhow::Result<()> { return Ok(()); } - term::headline(format!( + term::info!( "Authenticating as 👾 {}", term::format::Identity::new(profile).styled() - )); + ); let passphrase = if options.stdin { term::passphrase_stdin()