diff --git a/.gitignore b/.gitignore index cb66c1c86..fa52735cf 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ node_modules workspace.code-workspace .DS_Store .turbo +.idea authenticatedState.json playwright-report dist diff --git a/packages/forge/blocks/chatNode/auth.ts b/packages/forge/blocks/chatNode/auth.ts index f5d60cd7d..204f0869e 100644 --- a/packages/forge/blocks/chatNode/auth.ts +++ b/packages/forge/blocks/chatNode/auth.ts @@ -8,7 +8,7 @@ export const auth = { label: 'API key', isRequired: true, helperText: - 'You can generate an API key [here](https://www.chatnode.ai/account/settings).', + 'You can generate an API key [here](https://go.chatnode.ai/typebot).', input: 'password', }), }),