cli: Remove extra blank line in `rad auth`

This commit is contained in:
cloudhead 2023-08-15 11:54:32 +02:00
parent 6abbd39926
commit a31f7060e5
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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()