Skip to content

Commit

Permalink
chore: rename token field
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Aug 29, 2024
1 parent a9405f4 commit 0addca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void init(IWorkbench workbench) {
@Override
protected void createFieldEditors() {
TokenFieldEditor tokenField = new TokenFieldEditor(Preferences.getInstance(), Preferences.AUTH_TOKEN_KEY,
"Snyk API Token:", getFieldEditorParent());
"Token:", getFieldEditorParent());

addField(new BooleanFieldEditor(Preferences.USE_TOKEN_AUTH, "Use token authentication. It is recommended to keep this turned off, as the default OAuth2 authentication is more secure.",
getFieldEditorParent()));
Expand Down

0 comments on commit 0addca3

Please sign in to comment.