fix: suggest correct add-key subcommand when no easy login available

This commit is contained in:
tranzystorekk 2024-08-09 20:03:21 +02:00
parent d8bfaeb02c
commit 7511d888e3

View file

@ -45,7 +45,7 @@ impl AuthCommand {
println!("{host_domain}{host_path} doesn't support easy login");
println!();
println!("Please visit {applications_url}");
println!("to create a token, and use it to log in with `fj auth add-token`");
println!("to create a token, and use it to log in with `fj auth add-key`");
}
}
AuthCommand::Logout { host } => {