Skip to content

Commit

Permalink
UserAuthenticationDxe.c: Password Dialog show input
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Go¿a¿ <filip.golas@3mdeb.com>
  • Loading branch information
philipandag committed Jul 15, 2024
1 parent 9a65b0b commit 6fac4ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ GetUserInput (
// add Next key entry
//
UserInput[InputLength] = InputKey.UnicodeChar;
Mask[InputLength] = L'*';
//Mask[InputLength] = L'*';
Mask[InputLength] = InputKey.UnicodeChar;
InputLength++;
}
}
Expand Down

0 comments on commit 6fac4ac

Please sign in to comment.