We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf0165c + 636ad60 commit 9f3f612Copy full SHA for 9f3f612
credential.c
@@ -132,7 +132,7 @@ static void credential_getpass(struct credential *c)
132
{
133
if (!c->username)
134
c->username = credential_ask_one("Username", c,
135
- PROMPT_ASKPASS|PROMPT_ECHO);
+ PROMPT_ECHO);
136
if (!c->password)
137
c->password = credential_ask_one("Password", c,
138
PROMPT_ASKPASS);
0 commit comments