diff --git a/jig-cli/src/commands/init_config.rs b/jig-cli/src/commands/init_config.rs index cc05e3d..baf52c6 100644 --- a/jig-cli/src/commands/init_config.rs +++ b/jig-cli/src/commands/init_config.rs @@ -201,6 +201,7 @@ impl InitConfig { let token = Password::new("Auth token") .without_confirmation() + .with_display_mode(inquire::PasswordDisplayMode::Masked) .prompt() .wrap_err("Missing authentication token input")?;