You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I was trying to fix the issue locally (in the absence of #1068), I noticed that ConsolePrompt copies the prompt value to be echoed back, which would result displaying the non-masked value.
This example illustrates the problem:
will result in:
even though I entered 1234.
The text was updated successfully, but these errors were encountered: