Fixed: Correct Password and Username field Privacy

Fixed: Consistent help text and settings for Credential Fields
This commit is contained in:
bakerboy448
2021-06-21 11:57:55 -05:00
committed by GitHub
parent 1ce7b0e56e
commit 538db52d16
21 changed files with 38 additions and 38 deletions
@@ -24,7 +24,7 @@ namespace NzbDrone.Core.Indexers.HDBits
Mediums = System.Array.Empty<int>();
}
[FieldDefinition(0, Label = "Username", Privacy = PrivacyLevel.UserName)]
[FieldDefinition(0, Label = "Username", HelpText = "Site Username", Type = FieldType.Textbox, Privacy = PrivacyLevel.UserName)]
public string Username { get; set; }
[FieldDefinition(2, Label = "API Key", Privacy = PrivacyLevel.ApiKey)]