Skip to content

Commit

Permalink
Change password input to Masked
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Oct 14, 2023
1 parent fb165cf commit e034b46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jig-cli/src/commands/init_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")?;

Expand Down

0 comments on commit e034b46

Please sign in to comment.