Skip to content

Commit a51d56d

Browse files
committed
ux: Added personal access token suggestion
1 parent 09e394a commit a51d56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/CredentialsBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class GitCredentialsForm extends Widget
3030
text.textContent = textContent;
3131
warning.textContent = warningContent;
3232
this._user.placeholder = 'username';
33-
this._password.placeholder = 'password';
33+
this._password.placeholder = 'password / personal access token';
3434

3535
label.appendChild(text);
3636
label.appendChild(this._user);

0 commit comments

Comments
 (0)