Skip to content

Commit

Permalink
Merge pull request #18 from CluedIn-io/develop
Browse files Browse the repository at this point in the history
fix apitoken type from plaintext to password'
  • Loading branch information
jurgelionis committed Jun 4, 2024
2 parents 271ca98 + c0aeae4 commit caaeeec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/4.0.5-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Fix
- Token to Password field type
2 changes: 1 addition & 1 deletion src/ExternalSearch.Providers.GoogleMaps/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public struct KeyName
new Control()
{
displayName = "Api Key",
type = "input",
type = "password",
isRequired = true,
name = KeyName.ApiToken
},
Expand Down

0 comments on commit caaeeec

Please sign in to comment.