Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPlain 2FA password input #328
Open
Comments
|
Also, I'm not aware of any way of making |
|
It uses on login, and manual login process (where this is used) is not async anyway. Or I'm missing something? Though problems on other terminals is more serious. I'd suggest to use escape codes, but I think problems will be the same. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


When entering 2FA password it is shown in plain text. This is because it uses
input:pyrogram/pyrogram/client/client.py
Lines 711 to 712 in 945bc61
I suggest to replacing it with with getpass.getpass().