cli: Remove extra blank line in `rad auth`
This commit is contained in:
parent
6abbd39926
commit
a31f7060e5
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue