Skip to content

Commit

Permalink
chore: selfMFASetupPassword: clearer message
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Jul 24, 2024
1 parent 3d2cf21 commit f09a206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/plugin/open/selfMFASetupPassword
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if ($fnret->value->{'password'} ne 'set') {
osh_info
"As you currently don't have any password set,\nwe'll setup a temporary one that you'll be asked to change right away.";
osh_info
"\nEnter 'y' to proceed, anything else to abort.\nNote that what you type will NOT be echoed on the terminal.";
"\nType 'y' and press ENTER to proceed, anything else to abort.\nNote that what you type will NOT be echoed on the terminal.";
chomp(my $ans = <STDIN>);
if ($ans ne 'y') {
osh_exit(R('OK_NO_CHANGE', msg => "Aborted per user request"));
Expand Down

0 comments on commit f09a206

Please sign in to comment.