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

View File

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