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.
1 parent 09e394a commit a51d56dCopy full SHA for a51d56d
src/widgets/CredentialsBox.tsx
@@ -30,7 +30,7 @@ export class GitCredentialsForm extends Widget
30
text.textContent = textContent;
31
warning.textContent = warningContent;
32
this._user.placeholder = 'username';
33
- this._password.placeholder = 'password';
+ this._password.placeholder = 'password / personal access token';
34
35
label.appendChild(text);
36
label.appendChild(this._user);
0 commit comments