Skip to content

Commit

Permalink
Update username field as it is not a secret
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Barendse <SimonBarendse@users.noreply.github.com>
  • Loading branch information
arunsathiya and SimonBarendse authored Jul 25, 2023
1 parent 91e933d commit 07f6710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/kaggle/api_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func APIToken() schema.CredentialType {
{
Name: fieldname.Username,
MarkdownDescription: "Username to authenticate to Kaggle.",
Secret: true,
Secret: false,
Composition: &schema.ValueComposition{
Charset: schema.Charset{
Lowercase: true,
Expand Down

0 comments on commit 07f6710

Please sign in to comment.