Skip to content

Commit

Permalink
docs(examples): Avoid a warning from zapier cli when using the custom…
Browse files Browse the repository at this point in the history
…-auth sample (#724)

* Avoid a warning from zapier cli when using the sample
  • Loading branch information
Spriz authored Feb 1, 2024
1 parent fdb8cda commit 18abd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-apps/custom-auth/authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {

// Define any input app's auth requires here. The user will be prompted to enter
// this info when they connect their account.
fields: [{ key: 'apiKey', label: 'API Key', required: true }],
fields: [{ key: 'apiKey', label: 'API Key', required: true, helpText: 'Find the API Key in your [app settings page](https://yourapp.com/settings)' }],

// The test method allows Zapier to verify that the credentials a user provides
// are valid. We'll execute this method whenever a user connects their account for
Expand Down

0 comments on commit 18abd63

Please sign in to comment.