Merge pull request #9656

c99c07b common/password: flush confirm prompt before user input (jeffro256)
This commit is contained in:
tobtoht 2025-01-14 14:29:31 +00:00
commit 06f0cd5606
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

View File

@ -185,7 +185,7 @@ namespace
return false; return false;
if (verify) if (verify)
{ {
std::cout << "Confirm password: "; std::cout << "Confirm password: " << std::flush;
if (!read_from_tty(pass2, hide_input)) if (!read_from_tty(pass2, hide_input))
return false; return false;
if(pass1!=pass2) if(pass1!=pass2)