Skip to content

Commit

Permalink
Merge pull request #197 from snyk/fix/rename-token-field
Browse files Browse the repository at this point in the history
chore: rename token field
  • Loading branch information
Arvi3d authored Aug 29, 2024
2 parents a9405f4 + 0addca3 commit 1c93e65
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 1c93e65

Please sign in to comment.